Searched refs:MAX_RETRIES (Results 1 – 4 of 4) sorted by relevance
96 private final int MAX_RETRIES; field in FileUpdater115 MAX_RETRIES = maxRetries; in FileUpdater()248 if (mRetries > MAX_RETRIES) { in scheduleRetry()
102 private static final int MAX_RETRIES = 3; field in FileUpdaterTest127 MAX_RETRIES, in newInstance()270 verify(mInjector, times(MAX_RETRIES + 1)).injectWriteToFile("fail1", "33"); in testWriteGiveUp()
3197 private static final int MAX_RETRIES = 3; field in StorageManagerService.ObbAction3211 if (mRetries > MAX_RETRIES) { in execute()
15054 private static final int MAX_RETRIES = 4;15090 if (++mRetries > MAX_RETRIES) {