Searched refs:maxAttempts (Results 1 – 3 of 3) sorted by relevance
32 static boolean waitForConnectionToClose(int maxAttempts, int pollIntervalMs) in waitForConnectionToClose() argument34 for (int i = 0; i < maxAttempts; i++) { in waitForConnectionToClose()
91 final int maxAttempts = 3; in setAndAwaitMotionEventSources() local93 for (int attempt = 0; attempt < maxAttempts; attempt++) { in setAndAwaitMotionEventSources()
247 long maxAttempts = ON_ENABLED_TIMEOUT_SECONDS; in newUserDisclaimer() local263 } while (currentUserId != myUserId && attempt < maxAttempts); in newUserDisclaimer()