Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java202 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()
632 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
647 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
1157 + " trustAllowed=" + isTrustAllowedForUser(userId) in onStrongAuthRequiredChanged()
1170 || super.isTrustAllowedForUser(userId); in canAgentsRunForUser()
1190 + " trustAllowed=" + isTrustAllowedForUser(userId) in allowTrustFromUnlock()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1378 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils
1612 public boolean isTrustAllowedForUser(int userId) {