Home
last modified time | relevance | path

Searched refs:mStrongAuthRequiredForUser (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1526 private final SparseIntArray mStrongAuthRequiredForUser = new SparseIntArray(); field in LockPatternUtils.StrongAuthTracker
1558 return mStrongAuthRequiredForUser.get(userId, mDefaultStrongAuthFlags); in getStrongAuthForUser()
1588 mStrongAuthRequiredForUser.delete(userId); in handleStrongAuthRequiredChanged()
1590 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()