Searched refs:encryptDevice (Results 1 – 5 of 5) sorted by relevance
361 if (!device.encryptDevice(false)) { in preEncryptDevice()372 if (!device.encryptDevice(true)) { in preEncryptDevice()416 if (!device.encryptDevice(true)) { in postEncryptDevice()424 if (!device.encryptDevice(false)) { in postEncryptDevice()
1060 mTestDevice.encryptDevice(false); in testEncryptionUnsupported()1092 assertTrue(mTestDevice.encryptDevice(false)); in testEncryptDevice_alreadyEncrypted()1116 assertFalse(mTestDevice.encryptDevice(false)); in testEncryptDevice_encryptionFails()
815 assertTrue(getDevice().encryptDevice(false)); in testEncryption()
1081 public boolean encryptDevice(boolean inplace) throws DeviceNotAvailableException, in encryptDevice() method
3365 public boolean encryptDevice(boolean inplace) throws DeviceNotAvailableException, in encryptDevice() method in NativeDevice