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.java605 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 …]
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1381 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils
1740 public boolean isTrustAllowedForUser(int userId) { in isTrustAllowedForUser() method in LockPatternUtils.StrongAuthTracker