Home
last modified time | relevance | path

Searched refs:getStrongAuthForUser (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1693 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils
1695 return getLockSettings().getStrongAuthForUser(userId); in getStrongAuthForUser()
1706 return getStrongAuthForUser(userId) == StrongAuthTracker.STRONG_AUTH_NOT_REQUIRED; in isTrustAllowedForUser()
1713 return (getStrongAuthForUser(userId) & ~StrongAuthTracker.ALLOWING_BIOMETRIC) == 0; in isBiometricAllowedForUser()
1717 return getStrongAuthForUser(userId) in isUserInLockdown()
1973 public @StrongAuthFlags int getStrongAuthForUser(int userId) {
1982 return getStrongAuthForUser(userId) == STRONG_AUTH_NOT_REQUIRED;
1990 return (getStrongAuthForUser(userId) & ~ALLOWING_BIOMETRIC) == 0;
2001 int oldValue = getStrongAuthForUser(userId);
DILockSettings.aidl64 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java578 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()
585 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()
1198 mStrongAuthTracker.getStrongAuthForUser(user.id)));
1566 int strongAuthState = mStrongAuthTracker.getStrongAuthForUser(mUserId); in onAlarm()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java916 return mStrongAuthTracker.getStrongAuthForUser(userId) in isUserInLockdown()
1323 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()
2526 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
2541 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java268 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker
270 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()
2120 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService
2122 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java646 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java449 int state = mLockPatternUtils.getStrongAuthForUser(userId); in shouldDisplayLockdown()
/frameworks/base/services/
Dart-profile8262 …id/server/locksettings/LockSettingsService$SynchronizedStrongAuthTracker;->getStrongAuthForUser(I)I
8287 PLcom/android/server/locksettings/LockSettingsService;->getStrongAuthForUser(I)I
/frameworks/base/config/
Dboot-image-profile.txt24658 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->getStrongAuthForUser(I)I
Dhiddenapi-greylist-max-o.txt107591 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getStrongAuthForUser(I)I
107669 Lcom/android/internal/widget/ILockSettings;->getStrongAuthForUser(I)I