Searched refs:maxTries (Results 1 – 2 of 2) sorted by relevance
118 int maxTries = 3; in load() local119 while (valueSize > mObservedBlobValueSize && maxTries > 0) { in load()128 maxTries--; in load()
303 final int maxTries = 5; in assertRestrictBackground() local307 for (int i = 1; i <= maxTries; i++) { in assertRestrictBackground()369 int maxTries, int napTimeMs) throws Exception { in assertDelayedCommandResult() argument371 for (int i = 1; i <= maxTries; ++i) { in assertDelayedCommandResult()382 + maxTries + " attempts. Last result: '" + result + "'"); in assertDelayedCommandResult()