Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java563 TestDeviceState currentStatus = getDeviceState(); in waitForDeviceState() local
564 if (currentStatus.equals(state)) { in waitForDeviceState()
570 deviceSerial, state, TimeUtil.formatElapsedTime(time), currentStatus); in waitForDeviceState()