Searched refs:timeoutTime (Results 1 – 4 of 4) sorted by relevance
486 long timeoutTime = in assertAtomicBooleanBecomes() local490 && (System.currentTimeMillis() < timeoutTime)) { in assertAtomicBooleanBecomes()491 waitObject.wait(timeoutTime - System.currentTimeMillis()); in assertAtomicBooleanBecomes()506 long timeoutTime = in waitForAccessibilityEnabled() local510 && (System.currentTimeMillis() < timeoutTime)) { in waitForAccessibilityEnabled()511 waitObject.wait(timeoutTime - System.currentTimeMillis()); in waitForAccessibilityEnabled()
334 long timeoutTime = SystemClock.uptimeMillis() + timeoutMillis; in waitForColor() local338 if (now >= timeoutTime) { in waitForColor()342 wait(timeoutTime - now); in waitForColor()
1005 final long timeoutTime = System.currentTimeMillis() + TIMEOUT_FOR_SERVICE_ENABLE; in enableTouchExploration() local1007 while ((enabled != atomicBoolean.get()) && (System.currentTimeMillis() < timeoutTime)) { in enableTouchExploration()1008 waitObject.wait(timeoutTime - System.currentTimeMillis()); in enableTouchExploration()
259 long timeoutTime = SystemClock.elapsedRealtime() + MAX_CELLINFO_INTERVAL_MILLIS; in testPhoneStateListenerCallback() local260 while (timeoutTime > SystemClock.elapsedRealtime()) { in testPhoneStateListenerCallback()