/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | AsyncSmsMessageListener.java | 47 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/ |
D | LocationListenerCapture.java | 41 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()
|
D | LocationPendingIntentCapture.java | 67 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()
|
D | GetCurrentLocationCapture.java | 27 public boolean hasLocation(long timeoutMs) throws InterruptedException { in hasLocation() 31 …public @Nullable Location getLocation(long timeoutMs) throws InterruptedException, TimeoutExceptio… in getLocation()
|
D | ProviderRequestChangedListenerCapture.java | 41 public Pair<String, ProviderRequest> getNextProviderRequest(long timeoutMs) in getNextProviderRequest()
|
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/ |
D | BlockingResultReceiver.java | 46 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/ |
D | ITestService.aidl | 25 Intent waitForActivityStart(long timeoutMs); in waitForActivityStart() 26 boolean waitForActivityStop(long timeoutMs); in waitForActivityStop()
|
/cts/tests/location/common/src/android/location/cts/common/gnss/ |
D | GnssMeasurementsCapture.java | 38 public GnssMeasurementsEvent getNextMeasurements(long timeoutMs) throws InterruptedException { in getNextMeasurements() 42 public Integer getNextStatus(long timeoutMs) throws InterruptedException { in getNextStatus()
|
D | GnssNavigationMessageCapture.java | 38 …public GnssNavigationMessage getNextNavigationMessage(long timeoutMs) throws InterruptedException { in getNextNavigationMessage() 42 public Integer getNextStatus(long timeoutMs) throws InterruptedException { in getNextStatus()
|
D | GnssAntennaInfoCapture.java | 41 public List<GnssAntennaInfo> getNextAntennaInfo(long timeoutMs) throws InterruptedException { in getNextAntennaInfo()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | BlockingInputAllocation.java | 113 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/ |
D | ICloseSystemDialogsTestsService.aidl | 25 boolean waitForAccessibilityServiceWindow(long timeoutMs); in waitForAccessibilityServiceWindow() 43 boolean waitUntilReady(long timeoutMs); in waitUntilReady()
|
D | FakeView.java | 40 public String getNextCloseSystemDialogsCallReason(long timeoutMs) throws InterruptedException { in getNextCloseSystemDialogsCallReason()
|
D | CloseSystemDialogsTestService.java | 88 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/ |
D | TestAppInterface.java | 115 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/ |
D | MissingBroadcastException.java | 21 public MissingBroadcastException(String action, long timeoutMs) { in MissingBroadcastException()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestImsRegistration.java | 68 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/ |
D | LockTaskUtilityActivity.java | 48 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/ |
D | UiAutomatorUtils.java | 52 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/ |
D | NativeMidiEchoTest.java | 296 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/ |
D | FutureServiceConnection.java | 32 public IBinder get(long timeoutMs) throws Exception { in get()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TestUtils.java | 159 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/ |
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/accessibility/common/src/android/accessibility/cts/common/ |
D | ServiceControlUtils.java | 46 BooleanSupplier condition, long timeoutMs, String conditionName) { in waitForConditionWithServiceStateChange()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityTestsBase.java | 159 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()
|