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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java437 public static final String[] CRYPTO_TYPES field in class:MountService
2586 CRYPTO_TYPES[type]);
2589 CRYPTO_TYPES[type], new SensitiveArg(password));
2614 NativeDaemonEvent event = mCryptConnector.execute("cryptfs", "changepw", CRYPTO_TYPES[type],
2671 for (int i = 0; i < CRYPTO_TYPES.length; ++i) {
2672 if (CRYPTO_TYPES[i].equals(event.getMessage()))

Completed in 35 milliseconds