Searched defs:currentPassword (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/software/ |
H A D | SoftGateKeeperDevice.cpp | 46 const hidl_vec<uint8_t>& currentPassword, in enroll()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/setupservice/ |
H A D | InitialLockSetupService.java | 144 int currentPassword = lockPatternUtils.getKeyguardStoredPasswordQuality(userId); in setLock() local
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
H A D | LockTypeBasePreferenceController.java | 98 public void setCurrentPassword(LockscreenCredential currentPassword) { in setCurrentPassword()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/default/ |
H A D | Gatekeeper.cpp | 57 const hidl_vec<uint8_t>& currentPassword, in enroll()
|
/aosp12/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 66 const hidl_vec<uint8_t>& currentPassword, in enroll()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowLockPatternUtils.java | 89 protected byte[] getPasswordHistoryHashFactor(LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()
|
/aosp12/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 | 743 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 D | FakeGateKeeperService.java | 93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll()
|
/aosp12/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 162 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | KeyguardManager.java | 834 @LockTypes int currentLockType, @Nullable byte[] currentPassword) { in setLock()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 525 public byte[] getPasswordHistoryHashFactor(@NonNull LockscreenCredential currentPassword, in getPasswordHistoryHashFactor()
|