Searched refs:isTrustAllowedForUser (Results 1 – 2 of 2) sorted by relevance
399 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()
1277 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils1555 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker