Home
last modified time | relevance | path

Searched defs:await (Results 1 – 25 of 35) sorted by relevance

12

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockingCallback.java59 public E await() throws InterruptedException { in await() method in BlockingCallback
69 public E await(long timeout, TimeUnit unit) throws InterruptedException { in await() method in BlockingCallback
DDropBoxReceiver.java72 public boolean await() throws InterruptedException { in await() method in DropBoxReceiver
/cts/tests/tests/assist/common/src/android/assist/common/
DAutoResetLatch.java39 public void await() throws InterruptedException { in await() method in AutoResetLatch
47 public boolean await(long timeout, TimeUnit unit) throws InterruptedException { in await() method in AutoResetLatch
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DBaseTestAppActivity.java51 .await(); in findActivity() method
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationListener.java76 public boolean await() throws InterruptedException { in await() method in TestLocationListener
80 public boolean await(int timeInSec) throws InterruptedException { in await() method in TestLocationListener
DTestGnssMeasurementListener.java169 public boolean await() throws InterruptedException { in await() method in TestGnssMeasurementListener
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAsyncUtils.java35 public static <T> T await(Future<T> f) { in await() method in AsyncUtils
39 public static <T> T await(Future<T> f, long time, TimeUnit timeUnit) { in await() method in AsyncUtils
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DBlockingBroadcastReceiver.java52 public void await() throws Exception { in await() method in BlockingBroadcastReceiver
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBlockingIntentSender.java81 public Intent await() { in await() method in BlockingIntentSender
DPoll.java193 public E await() { in await() method in Poll
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssNavigationMessageListener.java68 public boolean await() throws InterruptedException { in await() method in TestGnssNavigationMessageListener
/cts/tests/app/src/android/app/cts/
DNewDocumentTest.java58 void await() throws InterruptedException { in await() method in NewDocumentTest.Receiver
/cts/tests/sensor/src/android/hardware/cts/helpers/
DActivityResultMultiplexedLatch.java53 public int await() throws InterruptedException { in await() method in ActivityResultMultiplexedLatch.Latch
/cts/tests/musicrecognition/src/android/musicrecognition/cts/
DCtsMusicRecognitionService.java107 private void await(@NonNull CountDownLatch latch, @NonNull String message) { in await() method in CtsMusicRecognitionService.Watcher
/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java113 public void await() throws InterruptedException { in await() method in OrientationTestUtils.Observer
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DActionChargingTest.java74 public void await(long timeoutMillis) throws InterruptedException { in await() method in ActionChargingTest.ActionChargingListener
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DContentSuggestionsManagerTest.java172 private void await(@NonNull CountDownLatch latch, @NonNull String message) { in await() method in ContentSuggestionsManagerTest
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/devicepolicy/provisioning/
DSilentProvisioningTestManager.java169 public boolean await() throws InterruptedException { in await() method in SilentProvisioningTestManager.BlockingReceiver
/cts/tests/translation/src/android/translation/cts/
DCtsContentCaptureService.java181 private static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await() method in CtsContentCaptureService.ServiceWatcher
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java468 public void await(int time, TimeUnit unit) throws InterruptedException { in await() method in QuickAccessWalletClientTest.TestCallback
485 public void await(int time, TimeUnit unit) throws InterruptedException { in await() method in QuickAccessWalletClientTest.TestEventListener
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java205 public static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await() method in AugmentedHelper
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTestWatcher.java286 private void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await() method in ServiceWatcher
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceManagerTest.java231 private void await(@NonNull CountDownLatch latch, @NonNull String message) { in await() method in SmartspaceManagerTest
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java256 public static boolean await(CountDownLatch latch) { in await() method in Utils
267 public static boolean await(Condition condition) { in await() method in Utils
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUsers.java419 .await(); in waitForUserToMatch() method in Users

12