Searched refs:mStrongAuthForUser (Results 1 – 1 of 1) sorted by relevance
58 private final SparseIntArray mStrongAuthForUser = new SparseIntArray(); field in LockSettingsStrongAuth83 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleAddStrongAuthTracker()84 int key = mStrongAuthForUser.keyAt(i); in handleAddStrongAuthTracker()85 int value = mStrongAuthForUser.valueAt(i); in handleAddStrongAuthTracker()100 for (int i = 0; i < mStrongAuthForUser.size(); i++) { in handleRequireStrongAuth()101 int key = mStrongAuthForUser.keyAt(i); in handleRequireStrongAuth()110 int oldValue = mStrongAuthForUser.get(userId, mDefaultStrongAuthFlags); in handleRequireStrongAuthOneUser()115 mStrongAuthForUser.put(userId, newValue); in handleRequireStrongAuthOneUser()121 int index = mStrongAuthForUser.indexOfKey(userId); in handleRemoveUser()123 mStrongAuthForUser.removeAt(index); in handleRemoveUser()