Home
last modified time | relevance | path

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

1234

/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/location/common/src/android/location/cts/common/
DLocationListenerCapture.java41 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation()
45 public Integer getNextFlush(long timeoutMs) throws InterruptedException { in getNextFlush()
49 public Boolean getNextProviderChange(long timeoutMs) throws InterruptedException { in getNextProviderChange()
DLocationPendingIntentCapture.java67 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation()
75 public Integer getNextFlush(long timeoutMs) throws InterruptedException { in getNextFlush()
83 public Boolean getNextProviderChange(long timeoutMs) throws InterruptedException { in getNextProviderChange()
DGetCurrentLocationCapture.java27 public boolean hasLocation(long timeoutMs) throws InterruptedException { in hasLocation()
31 …public @Nullable Location getLocation(long timeoutMs) throws InterruptedException, TimeoutExceptio… in getLocation()
DProviderRequestChangedListenerCapture.java41 public Pair<String, ProviderRequest> getNextProviderRequest(long timeoutMs) in getNextProviderRequest()
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DBlockingResultReceiver.java46 public Bundle getData(long timeoutMs) in getData()
51 public int getCode(long timeoutMs) in getCode()
/cts/tests/suspendapps/test-apps/SuspendTestApp/aidl/com/android/suspendapps/suspendtestapp/
DITestService.aidl25 Intent waitForActivityStart(long timeoutMs); in waitForActivityStart()
26 boolean waitForActivityStop(long timeoutMs); in waitForActivityStop()
/cts/tests/location/common/src/android/location/cts/common/gnss/
DGnssMeasurementsCapture.java38 public GnssMeasurementsEvent getNextMeasurements(long timeoutMs) throws InterruptedException { in getNextMeasurements()
42 public Integer getNextStatus(long timeoutMs) throws InterruptedException { in getNextStatus()
DGnssNavigationMessageCapture.java38 …public GnssNavigationMessage getNextNavigationMessage(long timeoutMs) throws InterruptedException { in getNextNavigationMessage()
42 public Integer getNextStatus(long timeoutMs) throws InterruptedException { in getNextStatus()
DGnssAntennaInfoCapture.java41 public List<GnssAntennaInfo> getNextAntennaInfo(long timeoutMs) throws InterruptedException { in getNextAntennaInfo()
/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/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl25 boolean waitForAccessibilityServiceWindow(long timeoutMs); in waitForAccessibilityServiceWindow()
43 boolean waitUntilReady(long timeoutMs); in waitUntilReady()
DFakeView.java40 public String getNextCloseSystemDialogsCallReason(long timeoutMs) throws InterruptedException { in getNextCloseSystemDialogsCallReason()
DCloseSystemDialogsTestService.java88 public boolean waitUntilReady(long timeoutMs) { in waitUntilReady()
152 public boolean waitForAccessibilityServiceWindow(long timeoutMs) throws RemoteException { in waitForAccessibilityServiceWindow()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java115 Intent awaitTestActivityStart(long timeoutMs) throws RemoteException { in awaitTestActivityStart()
123 Intent awaitBroadcast(long timeoutMs) { in awaitBroadcast()
170 synchronized Intent awaitIntent(long timeoutMs) { in awaitIntent()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DMissingBroadcastException.java21 public MissingBroadcastException(String action, long timeoutMs) { in MissingBroadcastException()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsRegistration.java68 public NetworkRegistrationInfo getNextFullNetworkRegRequest(int timeoutMs) throws Exception { in getNextFullNetworkRegRequest()
78 public boolean waitForLatchCountDown(int latchIndex, int timeoutMs) { in waitForLatchCountDown()
/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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiAutomatorUtils.java52 public static UiObject2 waitFindObject(BySelector selector, long timeoutMs) in waitFindObject()
67 public static UiObject2 waitFindObjectOrNull(BySelector selector, long timeoutMs) in waitFindObjectOrNull()
/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/tests/app/src/android/app/cts/android/app/cts/tools/
DFutureServiceConnection.java32 public IBinder get(long timeoutMs) throws Exception { in get()
/cts/tests/tests/media/src/android/media/cts/
DTestUtils.java159 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException { in waitForSignal()
163 public synchronized int waitForCountedSignals(int targetCount, long timeoutMs) in waitForCountedSignals()
/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/accessibility/common/src/android/accessibility/cts/common/
DServiceControlUtils.java46 BooleanSupplier condition, long timeoutMs, String conditionName) { in waitForConditionWithServiceStateChange()
/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()

1234