Searched refs:timeoutTime (Results 1 – 5 of 5) sorted by relevance
688 long timeoutTime = TIMEOUT_SERVICE_ENABLE; in waitForAtomicBooleanBecomes() local689 TestUtils.waitOn(waitObject, () -> atomicBoolean.get() == expectedValue, timeoutTime, in waitForAtomicBooleanBecomes()702 long timeoutTime = in waitForAccessibilityEnabled() local706 && (System.currentTimeMillis() < timeoutTime)) { in waitForAccessibilityEnabled()707 waitObject.wait(timeoutTime - System.currentTimeMillis()); in waitForAccessibilityEnabled()
999 long timeoutTime, // Expected timeout duration in checkServiceTimeoutValues() argument1008 assertThat(sfi.timeoutTime).isEqualTo(sfi.startTime + timeoutTime); in checkServiceTimeoutValues()1009 assertThat(sfi.procStateDemoteTime).isEqualTo(sfi.startTime + timeoutTime + demoteTime); in checkServiceTimeoutValues()1010 assertThat(sfi.anrTime).isEqualTo(sfi.startTime + timeoutTime + anrTime); in checkServiceTimeoutValues()
647 long timeoutTime = SystemClock.uptimeMillis() + timeoutMillis; in waitForColor() local651 if (now >= timeoutTime) { in waitForColor()655 wait(timeoutTime - now); in waitForColor()
302 long timeoutTime = SystemClock.elapsedRealtime() + MAX_CELLINFO_INTERVAL_MILLIS; in testPhoneStateListenerCallback() local303 while (timeoutTime > SystemClock.elapsedRealtime()) { in testPhoneStateListenerCallback()
2379 final long timeoutTime = System.currentTimeMillis() + TIMEOUT_FOR_SERVICE_ENABLE; in enableTouchExploration() local2381 while ((enabled != atomicBoolean.get()) && (System.currentTimeMillis() < timeoutTime)) { in enableTouchExploration()2382 waitObject.wait(timeoutTime - System.currentTimeMillis()); in enableTouchExploration()