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.java1630 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
1633 if (strongAuthFlags != oldValue) {
1634 if (strongAuthFlags == mDefaultStrongAuthFlags) {
1637 mStrongAuthRequiredForUser.put(userId, strongAuthFlags);
1646 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
1649 strongAuthFlags, userId).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1817 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
1825 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java207 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument
209 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()