Searched refs:mPendingLockCheck (Results 1 – 5 of 5) sorted by relevance
53 protected AsyncTask<?, ?, ?> mPendingLockCheck; field in KeyguardAbsKeyInputViewController204 if (mPendingLockCheck != null) { in verifyPasswordAndUnlock()205 mPendingLockCheck.cancel(false); in verifyPasswordAndUnlock()222 mPendingLockCheck = LockPatternChecker.checkCredential( in verifyPasswordAndUnlock()241 mPendingLockCheck = null; in verifyPasswordAndUnlock()290 if (mPendingLockCheck != null) { in onPause()291 mPendingLockCheck.cancel(false); in onPause()292 mPendingLockCheck = null; in onPause()
66 private AsyncTask<?, ?, ?> mPendingLockCheck; field in KeyguardPatternViewController107 if (mPendingLockCheck != null) { in onPatternDetected()108 mPendingLockCheck.cancel(false); in onPatternDetected()125 mPendingLockCheck = LockPatternChecker.checkCredential( in onPatternDetected()142 mPendingLockCheck = null; in onPatternDetected()282 if (mPendingLockCheck != null) { in onPause()283 mPendingLockCheck.cancel(false); in onPause()284 mPendingLockCheck = null; in onPause()
59 if (mPendingLockCheck != null) { in onPatternDetected()60 mPendingLockCheck.cancel(false); in onPatternDetected()75 mPendingLockCheck = LockPatternChecker.verifyCredential( in onPatternDetected()
147 mPendingLockCheck = LockPatternChecker.verifyCredential(mLockPatternUtils, in checkPasswordAndUnlock()
98 protected AsyncTask<?, ?, ?> mPendingLockCheck; field in AuthCredentialView