Searched refs:maxRetries (Results 1 – 3 of 3) sorted by relevance
170 final int maxRetries = 15; in assertPasswordComplexity() local172 while (retry < maxRetries && mDpm.getPasswordComplexity() != expectedComplexity) { in assertPasswordComplexity()
229 final int maxRetries = 3; in runTest() local230 for (int retry = 1; retry <= maxRetries; retry++) { in runTest()240 if (retry == maxRetries) { in runTest()
157 int maxRetries = 10; // Try 10 times to get timestamp in testTimestamp() local166 } while (result != AAUDIO_OK && --maxRetries > 0 && in testTimestamp()