Home
last modified time | relevance | path

Searched defs:currentPassword (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp46 const hidl_vec<uint8_t>& currentPassword, in enroll()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/setupservice/
H A DInitialLockSetupService.java144 int currentPassword = lockPatternUtils.getKeyguardStoredPasswordQuality(userId); in setLock() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DLockTypeBasePreferenceController.java98 public void setCurrentPassword(LockscreenCredential currentPassword) { in setCurrentPassword()
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp57 const hidl_vec<uint8_t>& currentPassword, in enroll()
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp66 const hidl_vec<uint8_t>& currentPassword, in enroll()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowLockPatternUtils.java89 protected byte[] getPasswordHistoryHashFactor(LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupPasswordManager.java112 boolean setBackupPassword(String currentPassword, String newPassword) { in setBackupPassword()
H A DBackupManagerService.java743 public boolean setBackupPassword(String currentPassword, String newPassword) { in setBackupPassword()
896 String currentPassword, in acknowledgeAdbBackupOrRestore()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll()
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp162 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()
/aosp12/frameworks/base/core/java/android/app/
H A DKeyguardManager.java834 @LockTypes int currentLockType, @Nullable byte[] currentPassword) { in setLock()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java525 public byte[] getPasswordHistoryHashFactor(@NonNull LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()