Searched refs:MAX_RETRIES (Results 1 – 6 of 6) sorted by relevance
47 private static final int MAX_RETRIES = 1; field in SmsStorageMonitorTest56 mSmsStorageMonitor.setMaxRetries(MAX_RETRIES); in setUp()126 for (int i = 0; i < MAX_RETRIES; i++) { in testRetrySmsMemoryStatus()131 verify(mSimulatedCommandsVerifier, times(1 + MAX_RETRIES)) in testRetrySmsMemoryStatus()141 verify(mSimulatedCommandsVerifier, times(2 + MAX_RETRIES)) in testRetrySmsMemoryStatus()
77 for (int i = 0; i < MAX_RETRIES; i++) { in getInfo()101 static constexpr int MAX_RETRIES = 1;128 for (int i = 0; i < MAX_RETRIES && result.shouldRetry(); i++) { in doWithRetry()
41 private static final int MAX_RETRIES = 5; field in PersistentConnectionManagerTest76 MAX_RETRIES, in setup()123 for (int attemptCount = 0; attemptCount < MAX_RETRIES + 1; attemptCount++) { in testRetryOnBindFailure()
43 static constexpr int MAX_RETRIES = 1; variable72 for (int i = 0; i < MAX_RETRIES && result.shouldRetry(); i++) { in apply()
62 private static final int MAX_RETRIES = 2; field in PersistentServiceConnectionTest101 MAX_RETRIES, in setup()
50 private static final int MAX_RETRIES = 1; field in SmsStorageMonitor76 private int mMaxRetryCount = MAX_RETRIES;