Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/security/
DSaveLockWorker.java85 LockscreenCredential currentCredential) { in start() argument
88 mCurrentCredential = currentCredential != null ? currentCredential in start()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPassword.java451 LockscreenCredential currentCredential = intent.getParcelableExtra( in onCreate() local
458 w.start(utils, required, false /* requestGatekeeperPassword */, currentCredential, in onCreate()
459 currentCredential, mUserId); in onCreate()
1008 LockscreenCredential currentCredential, int userId) { in start() argument
1012 mCurrentCredential = currentCredential != null ? currentCredential in start()
DChooseLockPattern.java891 LockscreenCredential currentCredential, int userId) { in start() argument
894 mCurrentCredential = currentCredential != null ? currentCredential in start()