Searched refs:mCurrentPassword (Results 1 – 3 of 3) sorted by relevance
52 private LockscreenCredential mCurrentPassword; field in LockTypeBasePreferenceController99 mCurrentPassword = currentPassword; in setCurrentPassword()104 return mCurrentPassword; in getCurrentPassword()123 intent.putExtra(PasswordHelper.EXTRA_CURRENT_SCREEN_LOCK, mCurrentPassword); in handlePreferenceClicked()
64 private final String mCurrentPassword; field in PerformAdbRestoreTask76 mCurrentPassword = curPassword; in PerformAdbRestoreTask()91 if (!mBackupManagerService.backupPasswordMatches(mCurrentPassword)) { in run()
83 private final String mCurrentPassword; field in PerformAdbBackupTask109 mCurrentPassword = curPassword; in PerformAdbBackupTask()329 if (!mUserBackupManagerService.backupPasswordMatches(mCurrentPassword)) { in run()