Searched refs:isTrustAllowedForUser (Results 1 – 3 of 3) sorted by relevance
393 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()915 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()930 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()1505 + " trustAllowed=" + isTrustAllowedForUser(userId) in onStrongAuthRequiredChanged()1510 if (!isTrustAllowedForUser(userId)) { in onStrongAuthRequiredChanged()1527 || super.isTrustAllowedForUser(userId); in canAgentsRunForUser()1547 + " trustAllowed=" + isTrustAllowedForUser(userId) in allowTrustFromUnlock()1571 if (mStrongAuthTracker.isTrustAllowedForUser(mUserId)) { in onAlarm()
1705 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils1981 public boolean isTrustAllowedForUser(int userId) {
24659 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->isTrustAllowedForUser(I)Z