Home
last modified time | relevance | path

Searched defs:passwordType (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/vold/
H A Dvdc.cpp120 int passwordType = android::os::IVold::PASSWORD_TYPE_DEFAULT; in main() local
H A DVoldNativeService.cpp552 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal()
574 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable()
592 binder::Status VoldNativeService::fdeChangePassword(int32_t passwordType, in fdeChangePassword()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DChooseLockPasswordTest.java440 int passwordType, LockscreenCredential userEnteredPassword, in assertPasswordValidationResult()
459 int passwordType) { in createIntentForPasswordValidation()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java254 int passwordType = StorageManager.CRYPT_TYPE_PASSWORD; in handleBadAttempt() local
476 int passwordType = StorageManager.CRYPT_TYPE_PASSWORD; in setupUi() local
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl77 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable()
78 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockPassword.java125 public IntentBuilder setPasswordType(int passwordType) { in setPasswordType()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java316 public static PasswordData create(int passwordType) { in create()