Searched refs:MAX_RETRIES (Results 1 – 4 of 4) sorted by relevance
79 static constexpr int MAX_RETRIES = 1;104 for (int i = 0; i < MAX_RETRIES; i++) { in apply()
43 static constexpr int MAX_RETRIES = 1; variable74 for (int i = 0; i < MAX_RETRIES && ret.isFailed(); i++) { in apply()
98 private final int MAX_RETRIES; field in FileUpdater117 MAX_RETRIES = maxRetries; in FileUpdater()250 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()