Searched defs:mPendingLockCheck (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java42 protected AsyncTask<?, ?, ?> mPendingLockCheck; field in class:KeyguardAbsKeyInputView
126 if (mPendingLockCheck != null) {
127 mPendingLockCheck.cancel(false);
143 mPendingLockCheck = LockPatternChecker.checkPassword(
166 mPendingLockCheck = null;
262 if (mPendingLockCheck != null) {
263 mPendingLockCheck.cancel(false);
264 mPendingLockCheck = null;
H A DKeyguardPatternView.java71 private AsyncTask<?, ?, ?> mPendingLockCheck; field in class:KeyguardPatternView
237 if (mPendingLockCheck != null) {
238 mPendingLockCheck.cancel(false);
252 mPendingLockCheck = LockPatternChecker.checkPattern(
275 mPendingLockCheck = null;
359 if (mPendingLockCheck != null) {
360 mPendingLockCheck.cancel(false);
361 mPendingLockCheck = null;

Completed in 35 milliseconds