Home
last modified time | relevance | path

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

/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/
DConcurrentUtils.kt28 fun CountDownLatch.await(timeoutMs: Long): Boolean = await(timeoutMs, TimeUnit.MILLISECONDS) method
/frameworks/base/core/java/android/hardware/
DSyncFence.java196 public boolean await(@NonNull Duration timeout) { in await() method in SyncFence
218 private boolean await(long timeoutNanos) { in await() method in SyncFence
/frameworks/base/tests/TrustTests/src/android/trust/test/
DGrantAndRevokeTrustTest.kt100 private fun await() = Thread.sleep(250) method
DUserUnlockRequestTest.kt94 private fun await() = Thread.sleep(250) in await() method
DCanUnlockWithActiveUnlockTest.kt127 private fun await(millis: Long) = Thread.sleep(millis) method
DTemporaryAndRenewableTrustTest.kt154 private fun await(millis: Long) = Thread.sleep(millis) method
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DAdbRestoreFinishedLatch.java57 void await() { in await() method in AdbRestoreFinishedLatch
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DMyContentCaptureService.java172 private static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await() method in MyContentCaptureService.ServiceWatcher
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestWatcher.java186 private void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await() method in AutofillTestWatcher.ServiceWatcher
/frameworks/libs/net/common/testutils/hostdevice/com/android/net/module/util/
DTrackRecord.kt287 private fun Condition.await(timeoutMs: Long) = this.await(timeoutMs, TimeUnit.MILLISECONDS) method