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.java399 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()
922 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
937 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
1521 + " trustAllowed=" + isTrustAllowedForUser(userId) in onStrongAuthRequiredChanged()
1526 if (!isTrustAllowedForUser(userId)) { in onStrongAuthRequiredChanged()
1543 || super.isTrustAllowedForUser(userId); in canAgentsRunForUser()
1563 + " trustAllowed=" + isTrustAllowedForUser(userId) in allowTrustFromUnlock()
1587 if (mStrongAuthTracker.isTrustAllowedForUser(mUserId)) { in onAlarm()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1277 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils
1555 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker