Searched refs:mDataSetupRetryRules (Results 1 – 1 of 1) sorted by relevance
287 private final List<DataSetupRetryRule> mDataSetupRetryRules = new ArrayList<>(); field in DataConfigManager548 mDataSetupRetryRules.clear(); in updateDataRetryRules()554 mDataSetupRetryRules.add(new DataSetupRetryRule(ruleString)); in updateDataRetryRules()581 return Collections.unmodifiableList(mDataSetupRetryRules); in getDataSetupRetryRules()1549 mDataSetupRetryRules.forEach(pw::println);