Searched refs:waitResult (Results 1 – 5 of 5) sorted by relevance
46 final boolean waitResult = waitForConditionWithTimeout( in waitAndAssertActivityStates()49 if (!waitResult) { in waitAndAssertActivityStates()60 final boolean waitResult = waitForActivityCurrentState(activityClass, expectedState); in waitAndAssertActivityCurrentState()61 if (!waitResult) { in waitAndAssertActivityCurrentState()
53 public void waitResult(long timeout) throws TimeoutException { in waitResult() method in WindowFocusStealer.MyResultReceiver87 resultReceiver.waitResult(timeout); in stealWindowFocus()
254 boolean waitResult = latch.await(RESTORE_TIMEOUT_SECONDS, TimeUnit.SECONDS); in awaitResultAndAssertSuccess()255 assertTrue("Restore timed out", waitResult); in awaitResultAndAssertSuccess()
43 public final synchronized float waitResult() { in waitResult() method in DisplayRefreshRateCtsActivity.FpsResult
177 float achievedFps = mFpsResult.waitResult(); in testRefreshRate()