Searched refs:mStrongAuthRequiredForUser (Results 1 – 1 of 1) sorted by relevance
1526 private final SparseIntArray mStrongAuthRequiredForUser = new SparseIntArray(); field in LockPatternUtils.StrongAuthTracker1558 return mStrongAuthRequiredForUser.get(userId, mDefaultStrongAuthFlags); in getStrongAuthForUser()1588 mStrongAuthRequiredForUser.delete(userId); in handleStrongAuthRequiredChanged()1590 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()