Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 24 of 24) 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/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.java80 String host, int port, int timeoutMs) throws RemoteException { in openSocketFd()
DVpnTest.java476 private FileDescriptor openSocketFd(String host, int port, int timeoutMs) throws Exception { in openSocketFd()
483 String host, int port, int timeoutMs) throws Exception { in openSocketFdInOtherApp()
DAbstractRestrictBackgroundNetworkTestCase.java137 protected String sendOrderedBroadcast(Intent intent, int timeoutMs) throws Exception { in sendOrderedBroadcast()
/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/car/src/android/car/cts/
DCarAppContextManagerTest.java198 public boolean waitForContextChangeAndAssert(long timeoutMs, int expectedContexts) in waitForContextChangeAndAssert()
221 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedContexts) in waitForOwnershipLossAndAssert()
DCarTest.java57 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarApiTestBase.java62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/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/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.java1228 public void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
1254 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/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.java1243 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState()
1248 private void waitForSessionState(int state, long timeoutMs) { in waitForSessionState()
1906 public List<CameraCaptureSession> getAllSessions(int numSessions, int timeoutMs) in getAllSessions()
1930 … public void waitForSessionClose(CameraCaptureSession session, int timeoutMs) throws Exception { in waitForSessionClose()
DStillCaptureTest.java1216 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone()
DCameraTestUtils.java379 public void waitForImageReleased(long timeoutMs) throws InterruptedException { in waitForImageReleased()
650 public long getCaptureSequenceLastFrameNumber(int sequenceId, long timeoutMs) { in getCaptureSequenceLastFrameNumber()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java432 Intent intent, int timeoutMs) throws InterruptedException { in sendOrderedBroadcastAndReturnResultCode()