Searched refs:isTrustAllowedForUser (Results 1 – 2 of 2) sorted by relevance
582 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrustWithNonrenewableTrust()637 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrustWithRenewableUnlock()1313 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()1328 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustable()1343 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsActiveUnlockRunning()1380 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in getTrustGrantedMessages()1398 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()2168 + " trustAllowed=" + isTrustAllowedForUser(userId)2173 if (!isTrustAllowedForUser(userId)) {2198 || super.isTrustAllowedForUser(userId);[all …]
1393 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils1740 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker