Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DLockUnificationPreferenceController.java78 private LockscreenCredential mCurrentDevicePassword; field in LockUnificationPreferenceController
102 mCurrentDevicePassword = LockscreenCredential.createNone(); in LockUnificationPreferenceController()
162 mCurrentDevicePassword = in handleActivityResult()
179 extras.putParcelable(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, mCurrentDevicePassword); in ununifyLocks()
216 if (mCurrentDevicePassword != null) { in unifyLocks()
217 mCurrentDevicePassword.zeroize(); in unifyLocks()
218 mCurrentDevicePassword = null; in unifyLocks()