Searched defs:passwordType (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/vold/ |
H A D | vdc.cpp | 120 int passwordType = android::os::IVold::PASSWORD_TYPE_DEFAULT; in main() local
|
H A D | VoldNativeService.cpp | 552 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 D | ChooseLockPasswordTest.java | 440 int passwordType, LockscreenCredential userEnteredPassword, in assertPasswordValidationResult() 459 int passwordType) { in createIntentForPasswordValidation()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | CryptKeeper.java | 254 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 D | IVold.aidl | 77 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 D | ChooseLockPassword.java | 125 public IntentBuilder setPasswordType(int passwordType) { in setPasswordType()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordManager.java | 316 public static PasswordData create(int passwordType) { in create()
|