Searched refs:encryptMethod (Results 1 – 1 of 1) sorted by relevance
3379 String encryptMethod; in encryptDevice() local3382 encryptMethod = "inplace"; in encryptDevice()3385 encryptMethod = "wipe"; in encryptDevice()3389 CLog.i("Encrypting device %s via %s", getSerialNumber(), encryptMethod); in encryptDevice()3396 String command = String.format("vdc cryptfs enablecrypto %s \"%s\"", encryptMethod, in encryptDevice()3400 command = String.format("vdc cryptfs enablecrypto %s default", encryptMethod); in encryptDevice()