Searched refs:maxTries (Results 1 – 8 of 8) sorted by relevance
408 final int maxTries = 30; in assertProcessState() local410 for (int i = 1; i <= maxTries; i++) { in assertProcessState()422 if (i < maxTries) { in assertProcessState()426 fail("App2 (" + mUid + ") is not in the desired process state after " + maxTries in assertProcessState()461 final int maxTries = 5; in assertNetworkAccess() local465 for (int i = 1; i <= maxTries; i++) { in assertNetworkAccess()482 if (i < maxTries) { in assertNetworkAccess()489 + maxTries + " attempts.\nLast error: " + error); in assertNetworkAccess()600 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() argument602 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()[all …]
60 /* static */ bool FileUtils::removeDirAndFiles(const char *const dirPath, const int maxTries) { in removeDirAndFiles() argument85 if (maxTries > 0) { in removeDirAndFiles()88 removeDirAndFiles(dirPath, maxTries - 1); in removeDirAndFiles()
57 static bool removeDirAndFiles(const char *const dirPath, const int maxTries);
437 final int maxTries = 5; in assertDelayedCommand() local438 for (int i = 1; i <= maxTries; i++) { in assertDelayedCommand()445 fail("Command '" + command + "' did not return '" + expectedResult + "' after " + maxTries in assertDelayedCommand()
245 final int maxTries = 1000; in assertStatsEventually() local247 for (int i = 1; i <= maxTries; i++) { in assertStatsEventually()
529 final byte maxTries = 5;534 for (tryNum = 0; tryNum < maxTries; tryNum++) {549 if (tryNum == maxTries) {
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...