Home
last modified time | relevance | path

Searched refs:isTrustAllowedForUser (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java582 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrustWithNonrenewableTrust()
637 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrustWithRenewableUnlock()
1313 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
1328 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustable()
1343 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsActiveUnlockRunning()
1380 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in getTrustGrantedMessages()
1398 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
2168 + " trustAllowed=" + isTrustAllowedForUser(userId)
2173 if (!isTrustAllowedForUser(userId)) {
2198 || super.isTrustAllowedForUser(userId);
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1393 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils
1740 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker