Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1161 Boolean ready = isDeviceInputReady(); in disableKeyguard()
1232 Boolean isDeviceInputReady() throws DeviceNotAvailableException { in isDeviceInputReady() method in TestDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java2791 assertTrue(mTestDevice.isDeviceInputReady()); in testIsDeviceInputReady_Ready()
2808 assertFalse(mTestDevice.isDeviceInputReady()); in testIsDeviceInputReady_NotReady()
2816 assertNull(mTestDevice.isDeviceInputReady()); in testIsDeviceInputReady_NotSupported()