Home
last modified time | relevance | path

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

12

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java113 public synchronized void waitForBufferAndReceive(long timeoutMs) { in waitForBufferAndReceive()
205 private void waitForBufferWithTimeout(long timeoutMs) { in waitForBufferWithTimeout()
229 public void waitForBuffer(long timeoutMs) { in waitForBuffer()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeCancellationSignalListener.java34 OneTimeCancellationSignalListener(long timeoutMs) { in OneTimeCancellationSignalListener()
DAbstractAutoFillActivity.java52 public final void syncRunOnUiThread(Runnable action, long timeoutMs) { in syncRunOnUiThread()
/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIRemoteSocketFactory.aidl22 ParcelFileDescriptor openSocketFd(String host, int port, int timeoutMs); in openSocketFd()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyActivity.java46 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult()
DRemoteSocketFactoryClient.java83 public FileDescriptor openSocketFd(String host, int port, int timeoutMs) in openSocketFd()
DVpnTest.java480 private FileDescriptor openSocketFd(String host, int port, int timeoutMs) throws Exception { in openSocketFd()
491 String host, int port, int timeoutMs) throws Exception { in openSocketFdInOtherApp()
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java329 public boolean waitForFocusChangedAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangedAndAssert()
362 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
371 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert()
DCarTest.java62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarApiTestBase.java63 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/cts/tests/app/app/src/android/app/stubs/
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/
DTestUtils.java187 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal()
191 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.java118 public Watchdog(long timeoutMs) { in Watchdog()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java131 public synchronized void waitForMessages(int count, int timeoutMs) in waitForMessages()
351 final int timeoutMs = 20; in testEchoSmallMessage() local
393 final int timeoutMs = 100; in testEchoLatency() local
455 final int timeoutMs = 500; in testEchoMultipleMessages() local
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DLifecycleTracker.java75 long timeoutMs) { in waitForConditionWithTimeout()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2Callback.java45 public boolean waitForEnd(long timeoutMs) throws InterruptedException { in waitForEnd()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTestLogService.java85 public static Map<String, String> getResultsForClient(String logtag, int timeoutMs) { in getResultsForClient()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAsyncUtils.java76 public static void waitOn(Object notifyLock, BooleanSupplier condition, long timeoutMs) { in waitOn()
/cts/tests/tests/webkit/src/android/webkit/cts/
DTestProcessClient.java101 public void run(Class runnableClass, long timeoutMs) throws Throwable { in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java265 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
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()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1849 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState()
1854 private void waitForSessionState(int state, long timeoutMs) { in waitForSessionState()
2638 public List<CameraCaptureSession> getAllSessions(int numSessions, int timeoutMs) in getAllSessions()
2662 … public void waitForSessionClose(CameraCaptureSession session, int timeoutMs) throws Exception { in waitForSessionClose()

12