Searched refs:encryptMethod (Results 1 – 1 of 1) sorted by relevance
2887 String encryptMethod; in encryptDevice() local2890 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()