Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2887 String encryptMethod; in encryptDevice() local
2890 encryptMethod = "inplace"; in encryptDevice()
2893 encryptMethod = "wipe"; in encryptDevice()
2897 CLog.i("Encrypting device %s via %s", getSerialNumber(), encryptMethod); in encryptDevice()
2904 String command = String.format("vdc cryptfs enablecrypto %s \"%s\"", encryptMethod, in encryptDevice()
2908 command = String.format("vdc cryptfs enablecrypto %s default", encryptMethod); in encryptDevice()