Home
last modified time | relevance | path

Searched refs:busyWaitFunction (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java241 boolean result = busyWaitFunction(bootComplete, waitTime); in waitForDeviceShell()
350 boolean result = busyWaitFunction(bootComplete, waitTime); in waitForBootComplete()
730 private boolean busyWaitFunction(Callable<BUSY_WAIT_STATUS> callable, long maxWaitTime) { in busyWaitFunction() method in NativeDeviceStateMonitor