Searched refs:getStrongAuthForUser (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl56 int getStrongAuthForUser(int userId);
H A DLockPatternUtils.java1505 * @see StrongAuthTracker#getStrongAuthForUser
1507 public int getStrongAuthForUser(int userId) { method in class:LockPatternUtils
1509 return getLockSettings().getStrongAuthForUser(userId);
1520 return getStrongAuthForUser(userId) == StrongAuthTracker.STRONG_AUTH_NOT_REQUIRED;
1527 return (getStrongAuthForUser(userId) & ~StrongAuthTracker.ALLOWING_FINGERPRINT) == 0;
1531 return getStrongAuthForUser(userId)
1770 public @StrongAuthFlags int getStrongAuthForUser(int userId) { method in class:LockPatternUtils.StrongAuthTracker
1779 return getStrongAuthForUser(userId) == STRONG_AUTH_NOT_REQUIRED;
1787 return (getStrongAuthForUser(userId) & ~ALLOWING_FINGERPRINT) == 0;
1798 int oldValue = getStrongAuthForUser(userI
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java361 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id);
368 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser(
950 mStrongAuthTracker.getStrongAuthForUser(user.id)));
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java712 return mStrongAuthTracker.getStrongAuthForUser(userId)
1058 return (getStrongAuthForUser(userId)
2050 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId);
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java257 public int getStrongAuthForUser(int userId) { method in class:LockSettingsService.SynchronizedStrongAuthTracker
259 return super.getStrongAuthForUser(userId);
1986 public int getStrongAuthForUser(int userId) { method in class:LockSettingsService
1988 return mStrongAuthTracker.getStrongAuthForUser(userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java406 int state = mLockPatternUtils.getStrongAuthForUser(userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java648 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 235 milliseconds