Searched refs:mPendingLockCheck (Results 1 – 2 of 2) sorted by relevance
107 private AsyncTask<?, ?, ?> mPendingLockCheck; field in ConfirmLockPassword.ConfirmLockPasswordFragment369 if (mPendingLockCheck != null || mDisappearing) { in handleNext()414 mPendingLockCheck = null; in startVerifyPassword()429 mPendingLockCheck = (localEffectiveUserId == localUserId) in startVerifyPassword()439 mPendingLockCheck = LockPatternChecker.checkCredential( in startCheckPassword()446 mPendingLockCheck = null; in startCheckPassword()
90 private AsyncTask<?, ?, ?> mPendingLockCheck; field in ConfirmLockPattern.ConfirmLockPatternFragment420 if (mPendingLockCheck != null || mDisappearing) {458 mPendingLockCheck = null;473 mPendingLockCheck = (localEffectiveUserId == localUserId)491 mPendingLockCheck = LockPatternChecker.checkCredential(498 mPendingLockCheck = null;