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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java481 private int mAccountIndex; field in class:LockPatternKeyguardView.AccountAnalyzer
491 if (mEnableFallback || mAccountIndex >= mAccounts.length) {
501 mAccountManager.confirmCredentials(mAccounts[mAccountIndex], null, null, this, null);
506 mAccountIndex = 0;
523 mAccountIndex++;

Completed in 23 milliseconds