Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java463 public static final String[] CRYPTO_TYPES field in StorageManagerService
2676 CRYPTO_TYPES[type]); in encryptStorage()
2679 CRYPTO_TYPES[type], new SensitiveArg(password)); in encryptStorage()
2704 … NativeDaemonEvent event = mCryptConnector.execute("cryptfs", "changepw", CRYPTO_TYPES[type], in changeEncryptionPassword()
2761 for (int i = 0; i < CRYPTO_TYPES.length; ++i) { in getPasswordType()
2762 if (CRYPTO_TYPES[i].equals(event.getMessage())) in getPasswordType()