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.java1592 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, in handleStrongAuthRequiredChanged() argument
1595 if (strongAuthFlags != oldValue) { in handleStrongAuthRequiredChanged()
1596 if (strongAuthFlags == mDefaultStrongAuthFlags) { in handleStrongAuthRequiredChanged()
1599 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()
1620 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,
1623 strongAuthFlags, userId).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3430 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
3443 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
3458 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local
3471 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java310 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument
312 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()