Home
last modified time | relevance | path

Searched refs:strongAuthFlags (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1999 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
2002 if (strongAuthFlags != oldValue) {
2003 if (strongAuthFlags == mDefaultStrongAuthFlags) {
2006 mStrongAuthRequiredForUser.put(userId, strongAuthFlags);
2015 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
2018 strongAuthFlags, userId).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2687 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
2697 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
2702 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
2710 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java275 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument
277 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()