Home
last modified time | relevance | path

Searched refs:timeoutInSecs (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlPlanetsActivity.java49 public boolean waitForGlPlanetsCompletionWithTimeout(long timeoutInSecs) in waitForGlPlanetsCompletionWithTimeout() argument
51 return mSem.tryAcquire(timeoutInSecs, TimeUnit.SECONDS); in waitForGlPlanetsCompletionWithTimeout()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCameraActivity.java117 public boolean waitForCompletion(long timeoutInSecs) throws InterruptedException { in waitForCompletion() argument
118 return mLatch.await(timeoutInSecs, TimeUnit.SECONDS); in waitForCompletion()