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.java80 private LockscreenCredential mCurrentDevicePassword; field in LockUnificationPreferenceController
104 mCurrentDevicePassword = LockscreenCredential.createNone(); in LockUnificationPreferenceController()
164 mCurrentDevicePassword = in handleActivityResult()
181 extras.putParcelable(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, mCurrentDevicePassword); in ununifyLocks()
219 if (mCurrentDevicePassword != null) { in unifyLocks()
220 mCurrentDevicePassword.zeroize(); in unifyLocks()
221 mCurrentDevicePassword = null; in unifyLocks()
/packages/apps/Settings/src/com/android/settings/privatespace/onelock/
DUseOneLockControllerSwitch.java64 private LockscreenCredential mCurrentDevicePassword; field in UseOneLockControllerSwitch
86 mCurrentDevicePassword = LockscreenCredential.createNone(); in UseOneLockControllerSwitch()
130 mCurrentDevicePassword = in handleActivityResult()
147 extras.putParcelable(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, mCurrentDevicePassword); in separateLocks()
173 if (mCurrentDevicePassword != null) { in unifyLocks()
174 mCurrentDevicePassword.zeroize(); in unifyLocks()
175 mCurrentDevicePassword = null; in unifyLocks()