Home
last modified time | relevance | path

Searched refs:encryptDevice (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java361 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()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1060 mTestDevice.encryptDevice(false); in testEncryptionUnsupported()
1092 assertTrue(mTestDevice.encryptDevice(false)); in testEncryptDevice_alreadyEncrypted()
1116 assertFalse(mTestDevice.encryptDevice(false)); in testEncryptDevice_encryptionFails()
DTestDeviceFuncTest.java815 assertTrue(getDevice().encryptDevice(false)); in testEncryption()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1081 public boolean encryptDevice(boolean inplace) throws DeviceNotAvailableException, in encryptDevice() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3365 public boolean encryptDevice(boolean inplace) throws DeviceNotAvailableException, in encryptDevice() method in NativeDevice