HomeSort by relevance Sort by last modified time
    Searched refs:encryptDevice (Results 1 - 5 of 5) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 331 if (!device.encryptDevice(false)) {
342 if (!device.encryptDevice(true)) {
386 if (!device.encryptDevice(true)) {
394 if (!device.encryptDevice(false)) {
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java     [all...]
NativeDevice.java     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceTest.java     [all...]
TestDeviceFuncTest.java 737 * <p>Calls {@link TestDevice#encryptDevice(boolean)}, {@link TestDevice#unlockDevice()}, and
754 assertTrue(getDevice().encryptDevice(false));
    [all...]

Completed in 1129 milliseconds