Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataConfigManager.java287 private final List<DataSetupRetryRule> mDataSetupRetryRules = new ArrayList<>(); field in DataConfigManager
548 mDataSetupRetryRules.clear(); in updateDataRetryRules()
554 mDataSetupRetryRules.add(new DataSetupRetryRule(ruleString)); in updateDataRetryRules()
581 return Collections.unmodifiableList(mDataSetupRetryRules); in getDataSetupRetryRules()
1549 mDataSetupRetryRules.forEach(pw::println);