Searched refs:mStrongAuthForUser (Results 1 – 1 of 1) sorted by relevance
60 private final SparseIntArray mStrongAuthForUser = new SparseIntArray(); field in LockSettingsStrongAuth82 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleAddStrongAuthTracker()83 int key = mStrongAuthForUser.keyAt(i); in handleAddStrongAuthTracker()84 int value = mStrongAuthForUser.valueAt(i); in handleAddStrongAuthTracker()104 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleRequireStrongAuth()105 int key = mStrongAuthForUser.keyAt(i); in handleRequireStrongAuth()114 int oldValue = mStrongAuthForUser.get(userId, mDefaultStrongAuthFlags); in handleRequireStrongAuthOneUser()119 mStrongAuthForUser.put(userId, newValue); in handleRequireStrongAuthOneUser()125 int index = mStrongAuthForUser.indexOfKey(userId); in handleRemoveUser()127 mStrongAuthForUser.removeAt(index); in handleRemoveUser()