Searched refs:mCurrentDevicePassword (Results 1 – 1 of 1) sorted by relevance
78 private LockscreenCredential mCurrentDevicePassword; field in LockUnificationPreferenceController102 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()