Searched defs:currentPassword (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
|
/aosp14/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 80 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 D | BackupPasswordManager.java | 112 boolean setBackupPassword(String currentPassword, String newPassword) { in setBackupPassword()
|
H A D | BackupManagerService.java | 794 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 D | FakeGateKeeperService.java | 93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll()
|
/aosp14/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 178 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | KeyguardManager.java | 1135 @LockTypes int currentLockType, @Nullable byte[] currentPassword) { in setLock()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 569 public byte[] getPasswordHistoryHashFactor(@NonNull LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()
|