Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DPanicPressBackTest.java78 long timeoutMs = ViewConfiguration.getMultiPressTimeout() + TimeUnit.SECONDS.toMillis(1); in testNonWatchBackPanicDoesNothing() local
111 long timeoutMs = ViewConfiguration.getMultiPressTimeout() + TimeUnit.SECONDS.toMillis(1); in testWatchBackPanicReceivesHomeRequest() local
/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIRemoteSocketFactory.aidl22 ParcelFileDescriptor openSocketFd(String host, int port, int timeoutMs); in openSocketFd()
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java323 public boolean waitForFocusChangedAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangedAndAssert()
356 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
365 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/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()
DAbstractRestrictBackgroundNetworkTestCase.java187 protected String sendOrderedBroadcast(Intent intent, int timeoutMs) throws Exception { in sendOrderedBroadcast()
348 int timeoutMs = 500; in assertNetworkAccess() local
/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/autofillservice/src/android/autofillservice/cts/
DAbstractAutoFillActivity.java45 public final void syncRunOnUiThread(Runnable action, int timeoutMs) { in syncRunOnUiThread()
/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/
DCompositionTextureView.java100 public boolean waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
DMediaPlayerTestBase.java70 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal()
74 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs) in waitForCountedSignals()
DOutputSurface.java261 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
DMediaRandomTest.java116 public Watchdog(long timeoutMs) { in Watchdog()
DEncodeVirtualDisplayWithCompositionTest.java1239 public void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
1265 void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
/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.java1408 private void waitForDeviceState(int state, long timeoutMs) { in waitForDeviceState()
1413 private void waitForSessionState(int state, long timeoutMs) { in waitForSessionState()
2078 public List<CameraCaptureSession> getAllSessions(int numSessions, int timeoutMs) in getAllSessions()
2102 … public void waitForSessionClose(CameraCaptureSession session, int timeoutMs) throws Exception { in waitForSessionClose()
DStillCaptureTest.java1317 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_ScrollTest.java321 int timeoutMs = durationMs > 0 ? 5000 + durationMs : 5000; in verifyScrollToPositionFromTop() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java357 public boolean waitForEnd(long timeoutMs) throws InterruptedException { in waitForEnd()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java514 Intent intent, int timeoutMs) throws InterruptedException { in sendOrderedBroadcastAndReturnResultCode()

12