Home
last modified time | relevance | path

Searched refs:DataRetryRule (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java293 public static class DataRetryRule { class in DataRetryManager
329 public DataRetryRule(@NonNull String ruleString) { in DataRetryRule() method in DataRetryManager.DataRetryRule
440 public static class DataSetupRetryRule extends DataRetryRule {
561 public static class DataHandoverRetryRule extends DataRetryRule {
606 public final DataRetryRule appliedDataRetryRule;
631 public DataRetryEntry(@Nullable DataRetryRule appliedDataRetryRule, long retryDelayMillis) { in DataRetryEntry()
686 protected DataRetryRule mAppliedDataRetryRule;
707 public T setAppliedRetryRule(@NonNull DataRetryRule dataRetryRule) { in setAppliedRetryRule()