Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 16 of 16) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPollingCheck.java31 public PollingCheck(long timeoutMs) { in PollingCheck()
42 long timeoutMs = mTimeoutMs; in run() local
60 public static void check(CharSequence message, long timeoutMs, Callable<Boolean> condition) in check()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyActivity.java50 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java118 public synchronized void waitForMessages(int count, int timeoutMs) in waitForMessages()
173 int timeoutMs = 1000; in setUpEchoServer() local
337 final int timeoutMs = 20; in testEchoSmallMessage() local
377 final int timeoutMs = 100; in testEchoLatency() local
439 final int timeoutMs = 500; in testEchoMultipleMessages() local
/cts/tests/app/src/android/app/cts/
DActivityTestsBase.java145 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow()
149 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult()
/cts/tests/tests/os/src/android/os/cts/
DActivityTestsBase.java145 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow()
149 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java63 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal()
67 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs) in waitForCountedSignals()
DCompositionTextureView.java100 public boolean waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
DOutputSurface.java261 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
DMediaRandomTest.java116 public Watchdog(long timeoutMs) { in Watchdog()
DEncodeVirtualDisplayWithCompositionTest.java1221 public void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
1247 void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
DVp8CodecTestBase.java1210 public void waitForCompletion(long timeoutMs) throws Exception { in waitForCompletion()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java265 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1183 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState()
1188 private void waitForSessionState(int state, long timeoutMs) { in waitForSessionState()
1764 public List<CameraCaptureSession> getAllSessions(int numSessions, int timeoutMs) in getAllSessions()
1788 … public void waitForSessionClose(CameraCaptureSession session, int timeoutMs) throws Exception { in waitForSessionClose()
DStillCaptureTest.java1172 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone()
DCameraTestUtils.java370 public void waitForImageReleased(long timeoutMs) throws InterruptedException { in waitForImageReleased()
/cts/tests/tests/hardware/src/android/hardware/multiprocess/
DErrorLoggingService.java549 public List<LogEvent> getLog(long timeoutMs) throws TimeoutException { in getLog()
577 public List<LogEvent> getLog(long timeoutMs, int event) throws TimeoutException { in getLog()