Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp80 const std::vector<uint8_t>& currentPassword, const std::vector<uint8_t>& desiredPassword, in enroll()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupPasswordManager.java112 boolean setBackupPassword(String currentPassword, String newPassword) { in setBackupPassword()
H A DBackupManagerService.java794 public boolean setBackupPassword(String currentPassword, String newPassword) { in setBackupPassword()
947 String currentPassword, in acknowledgeAdbBackupOrRestore()
/aosp14/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()
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp178 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()
/aosp14/frameworks/base/core/java/android/app/
H A DKeyguardManager.java1135 @LockTypes int currentLockType, @Nullable byte[] currentPassword) { in setLock()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java569 public byte[] getPasswordHistoryHashFactor(@NonNull LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()