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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java215 private boolean mIsVerifyUnlockOnly = false; field in class:LockPatternKeyguardView
319 if (mIsVerifyUnlockOnly) {
322 mIsVerifyUnlockOnly = false;
357 return mIsVerifyUnlockOnly;
550 mIsVerifyUnlockOnly = false;
795 mIsVerifyUnlockOnly = true;

Completed in 98 milliseconds