Home
last modified time | relevance | path

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

123

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DAsyncSmsMessageListener.java47 public String waitForSmsMessage(int timeoutMs) { in waitForSmsMessage()
59 public Intent waitForMessageSentIntent(int timeoutMs) { in waitForMessageSentIntent()
71 public Intent waitForMessageDeliveredIntent(int timeoutMs) { in waitForMessageDeliveredIntent()
/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/tests/media/src/android/media/cts/
DTestUtils.java92 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal()
96 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs) in waitForCountedSignals()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeCancellationSignalListener.java35 public OneTimeCancellationSignalListener(long timeoutMs) { in OneTimeCancellationSignalListener()
/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIRemoteSocketFactory.aidl22 ParcelFileDescriptor openSocketFd(String host, int port, int timeoutMs); in openSocketFd()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java48 public static boolean waitUntilActivityResumed(long timeoutMs) throws InterruptedException { in waitUntilActivityResumed()
58 public static boolean waitUntilActivityPaused(long timeoutMs) throws InterruptedException { in waitUntilActivityPaused()
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiEchoTest.java296 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_C_EchoSmallMessage() local
321 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_D_EchoNMessages() local
351 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_E_FlushMessages() local
405 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_G_NativeEchoTime() local
441 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_H_EchoNMessages_PureNative() local
468 final int timeoutMs = TIMEOUT_PER_MESSAGE_MS * numMessages; in test_I_NativeEchoTime_PureNative() local
/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()
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java276 public boolean waitForFocusChangedAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangedAndAssert()
309 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert()
318 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert()
DCarTest.java84 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
DCarApiTestBase.java74 public void waitForConnection(long timeoutMs) throws InterruptedException { in waitForConnection()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DServiceControlUtils.java46 BooleanSupplier condition, long timeoutMs, String conditionName) { in waitForConditionWithServiceStateChange()
/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/app/app/src/android/app/stubs/
DActivityTestsBase.java159 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow()
163 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow()
177 public int waitForResult(int timeoutMs, String expected) { in waitForResult()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DOneTimeDeviceConfigListener.java52 long timeoutMs) { in OneTimeDeviceConfigListener()
DActivitiesWatcher.java49 public ActivitiesWatcher(long timeoutMs) { in ActivitiesWatcher()
150 private ActivityWatcher(long timeoutMs) { in ActivityWatcher()
DTestUtils.java108 long timeoutMs, String conditionName) { in waitOn()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DOneTimeDeviceConfigListener.java52 long timeoutMs) { in OneTimeDeviceConfigListener()
DActivitiesWatcher.java49 public ActivitiesWatcher(long timeoutMs) { in ActivitiesWatcher()
150 private ActivityWatcher(long timeoutMs) { in ActivityWatcher()
DTestUtils.java108 long timeoutMs, String conditionName) { in waitOn()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java135 public synchronized void waitForMessages(int count, int timeoutMs) in waitForMessages()
334 final int timeoutMs = 20; in testEchoSmallMessage() local
376 final int timeoutMs = 100; in testEchoLatency() local
438 final int timeoutMs = 500; in testEchoMultipleMessages() local
/cts/tests/tests/net/api23Test/src/android/net/cts/api23test/
DConnectivityManagerApi23Test.java117 Intent intent, int timeoutMs) throws InterruptedException { in sendOrderedBroadcastAndReturnResultCode()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DLifecycleTracker.java92 long timeoutMs) { in waitForConditionWithTimeout()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2Callback.java48 public boolean waitForEnd(long timeoutMs) throws InterruptedException { in waitForEnd()

123