Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataRetryManagerTest.java193 assertThat(rule.getMaxRetries()).isEqualTo(10); in testDataSetupRetryRulesParsingFromString()
201 assertThat(rule.getMaxRetries()).isEqualTo(0); in testDataSetupRetryRulesParsingFromString()
216 assertThat(rule.getMaxRetries()).isEqualTo(20); in testDataSetupRetryRulesParsingFromString()
229 assertThat(rule.getMaxRetries()).isEqualTo(10); in testDataSetupRetryRulesParsingFromString()
778 assertThat(rule.getMaxRetries()).isEqualTo(0); in testDataHandoverRetryRulesParsingFromString()
784 assertThat(rule.getMaxRetries()).isEqualTo(5); in testDataHandoverRetryRulesParsingFromString()
791 assertThat(rule.getMaxRetries()).isEqualTo(10); in testDataHandoverRetryRulesParsingFromString()
797 assertThat(rule.getMaxRetries()).isEqualTo(10); in testDataHandoverRetryRulesParsingFromString()
803 assertThat(rule.getMaxRetries()).isEqualTo(5); in testDataHandoverRetryRulesParsingFromString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java392 public int getMaxRetries() { in getMaxRetries() method in DataRetryManager.DataRetryRule
1294 if (failedCount == retryRule.getMaxRetries()) {
1379 if (failedCount == retryRule.getMaxRetries()) {
1409 if (failedCount == retryRule.getMaxRetries()) {