Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 4 of 4) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DCmdUtil.java50 Predicate<String> predicate) throws DeviceNotAvailableException { in waitCmdResultWithDelay()
70 Predicate<String> predicate) throws DeviceNotAvailableException { in retry()
99 Predicate<String> predicate) throws DeviceNotAvailableException { in retry()
115 Predicate<String> predicate, int retry_count) throws DeviceNotAvailableException { in retry()
136 Predicate<String> predicate) throws DeviceNotAvailableException { in validateCmdSuccess()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparerTest.java67 Predicate<String> predicate) throws DeviceNotAvailableException { in waitCmdResultWithDelay()
73 Predicate<String> predicate, int retry_count) throws DeviceNotAvailableException { in retry()
80 Predicate<String> predicate) throws DeviceNotAvailableException { in retry()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostSideTestUtils.java31 String message, long timeoutSeconds, BooleanSupplierWithThrow<E> predicate) throws E { in waitUntil()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCommonTestUtils.java30 String message, long timeoutSeconds, BooleanSupplierWithThrow<E> predicate) in waitUntil()