Searched refs:isTrustAllowedForUser (Results 1 – 2 of 2) sorted by relevance
605 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()1391 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()1411 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustable()1430 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsActiveUnlockRunning()1467 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in getTrustGrantedMessages()1485 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()2322 + " trustAllowed=" + isTrustAllowedForUser(userId)2327 if (!isTrustAllowedForUser(userId)) {2352 || super.isTrustAllowedForUser(userId);2372 + " trustAllowed=" + isTrustAllowedForUser(userId)[all …]
1381 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils1740 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker