/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | PollingCheck.java | 31 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/ |
D | IRemoteSocketFactory.aidl | 22 ParcelFileDescriptor openSocketFd(String host, int port, int timeoutMs); in openSocketFd()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | MyActivity.java | 46 public Integer getResult(int timeoutMs) throws InterruptedException { in getResult()
|
D | RemoteSocketFactoryClient.java | 80 String host, int port, int timeoutMs) throws RemoteException { in openSocketFd()
|
D | VpnTest.java | 476 private FileDescriptor openSocketFd(String host, int port, int timeoutMs) throws Exception { in openSocketFd() 483 String host, int port, int timeoutMs) throws Exception { in openSocketFdInOtherApp()
|
D | AbstractRestrictBackgroundNetworkTestCase.java | 137 protected String sendOrderedBroadcast(Intent intent, int timeoutMs) throws Exception { in sendOrderedBroadcast()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityTestsBase.java | 145 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/ |
D | ActivityTestsBase.java | 145 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/ |
D | CarAppContextManagerTest.java | 198 public boolean waitForContextChangeAndAssert(long timeoutMs, int expectedContexts) in waitForContextChangeAndAssert() 221 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedContexts) in waitForOwnershipLossAndAssert()
|
D | CarTest.java | 57 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
D | CarApiTestBase.java | 62 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
|
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 131 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/ |
D | MediaPlayerTestBase.java | 63 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal() 67 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs) in waitForCountedSignals()
|
D | CompositionTextureView.java | 100 public boolean waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
|
D | OutputSurface.java | 261 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
|
D | MediaRandomTest.java | 116 public Watchdog(long timeoutMs) { in Watchdog()
|
D | EncodeVirtualDisplayWithCompositionTest.java | 1228 public void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady() 1254 void waitForSurfaceReady(long timeoutMs) throws Exception { in waitForSurfaceReady()
|
D | Vp8CodecTestBase.java | 1210 public void waitForCompletion(long timeoutMs) throws Exception { in waitForCompletion()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 265 public boolean checkForNewImage(int timeoutMs) { in checkForNewImage()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | ErrorLoggingService.java | 549 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/ |
D | CameraDeviceTest.java | 1243 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()
|
D | StillCaptureTest.java | 1216 public void waitForAutoFocusDone(long timeoutMs) { in waitForAutoFocusDone()
|
D | CameraTestUtils.java | 379 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/ |
D | ConnectivityManagerTest.java | 432 Intent intent, int timeoutMs) throws InterruptedException { in sendOrderedBroadcastAndReturnResultCode()
|