Home
last modified time | relevance | path

Searched defs:waitUntil (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestUtils.java52 public static void waitUntil(String message, BooleanSupplierWithThrow predicate) in waitUntil() method in TestUtils
60 public static void waitUntil( in waitUntil() method in TestUtils
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DTestUtils.java52 public static void waitUntil(String message, BooleanSupplierWithThrow predicate) in waitUntil() method in TestUtils
60 public static void waitUntil( in waitUntil() method in TestUtils
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DWatchUidRunner.java135 long waitUntil = SystemClock.uptimeMillis() + timeout; in expect() local
159 long waitUntil = SystemClock.uptimeMillis() + timeout; in waitFor() local
194 String[] waitForNextLine(long waitUntil, int cmd, String procState) { in waitForNextLine()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAudioRestrictionTest.java180 private <T> void waitUntil(T expected, Callable<T> c) throws Exception { in waitUntil() method in AudioRestrictionTest
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java139 private void waitUntil(String message, BooleanSupplierWithThrow predicate) throws Exception { in waitUntil() method in CtsSyncManagerTest
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java508 private boolean waitUntil(Condition condition, long timeout) throws InterruptedException { in waitUntil() method in AppStandbyTests
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java215 long waitUntil = SystemClock.elapsedRealtime() + waitTime; in waitForAppFocus() local