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.java365 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()
874 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
889 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
1455 + " trustAllowed=" + isTrustAllowedForUser(userId) in onStrongAuthRequiredChanged()
1460 if (!isTrustAllowedForUser(userId)) { in onStrongAuthRequiredChanged()
1477 || super.isTrustAllowedForUser(userId); in canAgentsRunForUser()
1497 + " trustAllowed=" + isTrustAllowedForUser(userId) in allowTrustFromUnlock()
1521 if (mStrongAuthTracker.isTrustAllowedForUser(mUserId)) { in onAlarm()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1705 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils
1981 public boolean isTrustAllowedForUser(int userId) {