Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java813 assertTrue(getDevice().unencryptDevice()); in testEncryption()
822 assertTrue(getDevice().unencryptDevice()); in testEncryption()
DTestDeviceTest.java1072 mTestDevice.unencryptDevice(); in testEncryptionUnsupported()
1157 assertTrue(mTestDevice.unencryptDevice()); in testUnencryptDevice_erase()
1194 assertTrue(mTestDevice.unencryptDevice()); in testUnencryptDevice_wipe()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java455 if (!device.unencryptDevice()) { in tearDown()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1096 public boolean unencryptDevice() throws DeviceNotAvailableException, in unencryptDevice() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3414 public boolean unencryptDevice() throws DeviceNotAvailableException, in unencryptDevice() method in NativeDevice