Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1241 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1705 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice_skipping()
1740 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice()
1775 assertFalse(mTestDevice.unlockDevice()); in testUnlockDevice_garbageOutput()
1810 assertFalse(mTestDevice.unlockDevice()); in testUnlockDevice_emptyOutput()
1846 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice_goodOutputPasswordEnteredCorrectly()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java615 device.unlockDevice(); in flashUserData()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2795 unlockDevice(); in recoverDevice()
3684 unlockDevice(); in reboot()
3714 unlockDevice(); in rebootUserspace()
4137 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method in NativeDevice