Searched refs:mPendingLockCheck (Results 1 – 2 of 2) sorted by relevance
105 private AsyncTask<?, ?, ?> mPendingLockCheck; field in ConfirmLockPattern.ConfirmLockPatternFragment510 if (mPendingLockCheck != null || mDisappearing) {557 mPendingLockCheck = null;572 mPendingLockCheck = (localEffectiveUserId == localUserId)590 mPendingLockCheck = LockPatternChecker.checkCredential(597 mPendingLockCheck = null;
131 private AsyncTask<?, ?, ?> mPendingLockCheck; field in ConfirmLockPassword.ConfirmLockPasswordFragment486 if (mPendingLockCheck != null || mDisappearing) { in handleNext()540 mPendingLockCheck = null; in startVerifyPassword()555 mPendingLockCheck = (localEffectiveUserId == localUserId) in startVerifyPassword()565 mPendingLockCheck = LockPatternChecker.checkCredential( in startCheckPassword()572 mPendingLockCheck = null; in startCheckPassword()