Searched refs:unlockDevice (Results 1 – 7 of 7) sorted by relevance
365 if (!device.unlockDevice()) { in preEncryptDevice()376 if (!device.unlockDevice()) { in preEncryptDevice()432 if (!device.unlockDevice()) { in postEncryptDevice()
542 device.unlockDevice(); in flashUserData()
1794 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()
817 assertTrue(getDevice().unlockDevice()); in testEncryption()820 assertTrue(getDevice().unlockDevice()); in testEncryption()
1066 mTestDevice.unlockDevice(); in testEncryptionUnsupported()
2184 unlockDevice(); in recoverDevice()3020 unlockDevice(); in reboot()3044 unlockDevice(); in rebootUserspace()3496 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method in NativeDevice
1110 public boolean unlockDevice() throws DeviceNotAvailableException, in unlockDevice() method