Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java197 private List<DataSetupRetryRule> mDataSetupRetryRuleList = new ArrayList<>(); field in DataRetryManager
1168 mDataSetupRetryRuleList = mDataConfigManager.getDataSetupRetryRules();
1170 log("onDataConfigUpdated: mDataSetupRetryRuleList=" + mDataSetupRetryRuleList
1245 logv("mDataSetupRetryRuleList=" + mDataSetupRetryRuleList);
1250 for (DataSetupRetryRule retryRule : mDataSetupRetryRuleList) {
1981 mDataSetupRetryRuleList.forEach(pw::println);