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.java1737 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, in handleStrongAuthRequiredChanged() argument
1740 if (strongAuthFlags != oldValue) { in handleStrongAuthRequiredChanged()
1741 if (strongAuthFlags == mDefaultStrongAuthFlags) { in handleStrongAuthRequiredChanged()
1744 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()
1765 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
1768 strongAuthFlags, userId).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2965 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
2978 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
2983 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
2994 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java301 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument
303 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()