Home
last modified time | relevance | path

Searched refs:mCurrentDevicePassword (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/
DLockUnificationPreferenceController.java75 private LockscreenCredential mCurrentDevicePassword; field in LockUnificationPreferenceController
94 mCurrentDevicePassword = LockscreenCredential.createNone(); in LockUnificationPreferenceController()
149 mCurrentDevicePassword = in handleActivityResult()
166 extras.putParcelable(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, mCurrentDevicePassword); in ununifyLocks()
196 if (mCurrentDevicePassword != null) { in unifyLocks()
197 mCurrentDevicePassword.zeroize(); in unifyLocks()
198 mCurrentDevicePassword = null; in unifyLocks()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/security/
DLockUnificationPreferenceController.java74 private LockscreenCredential mCurrentDevicePassword; field in LockUnificationPreferenceController
93 mCurrentDevicePassword = LockscreenCredential.createNone(); in LockUnificationPreferenceController()
156 mCurrentDevicePassword =
222 mCurrentDevicePassword = null;
228 mCurrentProfilePassword, mCurrentDevicePassword, MY_USER_ID);