Searched refs:mStrongAuthForUser (Results 1 – 1 of 1) sorted by relevance
58 private final SparseIntArray mStrongAuthForUser = new SparseIntArray(); field in LockSettingsStrongAuth75 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleAddStrongAuthTracker()76 int key = mStrongAuthForUser.keyAt(i); in handleAddStrongAuthTracker()77 int value = mStrongAuthForUser.valueAt(i); in handleAddStrongAuthTracker()92 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleRequireStrongAuth()93 int key = mStrongAuthForUser.keyAt(i); in handleRequireStrongAuth()102 int oldValue = mStrongAuthForUser.get(userId, mDefaultStrongAuthFlags); in handleRequireStrongAuthOneUser()107 mStrongAuthForUser.put(userId, newValue); in handleRequireStrongAuthOneUser()113 int index = mStrongAuthForUser.indexOfKey(userId); in handleRemoveUser()115 mStrongAuthForUser.removeAt(index); in handleRemoveUser()