Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java365 if (!device.unlockDevice()) { in preEncryptDevice()
376 if (!device.unlockDevice()) { in preEncryptDevice()
432 if (!device.unlockDevice()) { in postEncryptDevice()
DFastbootDeviceFlasher.java542 device.unlockDevice(); in flashUserData()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1794 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice_skipping()
1820 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice()
1846 assertFalse(mTestDevice.unlockDevice()); in testUnlockDevice_garbageOutput()
1872 assertFalse(mTestDevice.unlockDevice()); in testUnlockDevice_emptyOutput()
1899 assertTrue(mTestDevice.unlockDevice()); in testUnlockDevice_goodOutputPasswordEnteredCorrectly()
DTestDeviceFuncTest.java817 assertTrue(getDevice().unlockDevice()); in testEncryption()
820 assertTrue(getDevice().unlockDevice()); in testEncryption()
DTestDeviceTest.java1066 mTestDevice.unlockDevice(); in testEncryptionUnsupported()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2184 unlockDevice(); in recoverDevice()
3020 unlockDevice(); in reboot()
3044 unlockDevice(); in rebootUserspace()
3496 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method in NativeDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1110 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method