Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbSettingsManager.java55 private final SparseArray<UsbProfileGroupSettingsManager> mSettingsByProfileGroup field in UsbSettingsManager
99 synchronized (mSettingsByProfileGroup) { in getSettingsForProfileGroup()
100 UsbProfileGroupSettingsManager settings = mSettingsByProfileGroup.get( in getSettingsForProfileGroup()
104 mSettingsByProfileGroup.put(parentUser.getIdentifier(), settings); in getSettingsForProfileGroup()
120 synchronized (mSettingsByProfileGroup) { in remove()
121 if (mSettingsByProfileGroup.indexOfKey(userToRemove.getIdentifier()) >= 0) { in remove()
124 mSettingsByProfileGroup.remove(userToRemove.getIdentifier()); in remove()
128 int numProfileGroups = mSettingsByProfileGroup.size(); in remove()
130 mSettingsByProfileGroup.valueAt(i).removeAllDefaultsForUser(userToRemove); in remove()
150 synchronized (mSettingsByProfileGroup) { in dump()
[all …]