Home
last modified time | relevance | path

Searched refs:getStrongAuthForUser (Results 1 – 11 of 11) 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/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java341 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in skipsAuthentication_whenEncryptedKeyguard()
366 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn(strongAuth); in testStrongAuthExceptOnBouncer()
415 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in testIgnoresAuth_whenLockdown()
426 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in testIgnoresAuth_whenLockout()
/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)));
1568 int strongAuthState = mStrongAuthTracker.getStrongAuthForUser(mUserId); in onAlarm()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java998 return containsFlag(mStrongAuthTracker.getStrongAuthForUser(userId), in isUserInLockdown()
1003 return mStrongAuthTracker.getStrongAuthForUser(getCurrentUser()) in userNeedsStrongAuth()
1416 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()
1737 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(user); in shouldListenForFace()
2687 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
2702 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java282 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker
284 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()
2188 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService
2190 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java653 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java450 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.txt24657 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->getStrongAuthForUser(I)I
Dhiddenapi-greylist-max-o.txt100921 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getStrongAuthForUser(I)I
100997 Lcom/android/internal/widget/ILockSettings;->getStrongAuthForUser(I)I