Home
last modified time | relevance | path

Searched refs:currentCredential (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DSaveLockWorker.java85 LockscreenCredential currentCredential) { in start() argument
88 mCurrentCredential = currentCredential != null ? currentCredential in start()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockPassword.java451 LockscreenCredential currentCredential = intent.getParcelableExtra( in onCreate() local
458 w.start(utils, required, false /* requestGatekeeperPassword */, currentCredential, in onCreate()
459 currentCredential, mUserId); in onCreate()
1002 LockscreenCredential currentCredential, int userId) { in start() argument
1006 mCurrentCredential = currentCredential != null ? currentCredential in start()
H A DChooseLockPattern.java894 LockscreenCredential currentCredential, int userId) { in start() argument
897 mCurrentCredential = currentCredential != null ? currentCredential in start()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl56 byte[] getHashFactor(in LockscreenCredential currentCredential, int userId); in getHashFactor() argument
/aosp12/frameworks/base/core/java/android/app/
H A DKeyguardManager.java837 LockscreenCredential currentCredential = createLockscreenCredential( in setLock() local
841 return lockPatternUtils.setLockCredential(newCredential, currentCredential, userId); in setLock()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java3215 public byte[] getHashFactor(LockscreenCredential currentCredential, int userId) {
3220 currentCredential = getDecryptedPasswordForTiedProfile(userId);
3233 getGateKeeperService(), handle, currentCredential, userId, null);