Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java69 final Map<Integer, ParcelUuid> groupIdMap = profileProxy in getBaseGroupId() local
71 if (groupIdMap == null) { in getBaseGroupId()
75 for (Map.Entry<Integer, ParcelUuid> entry : groupIdMap.entrySet()) { in getBaseGroupId()
DLocalBluetoothProfileManager.java393 final Map<Integer, ParcelUuid> groupIdMap = getCsipSetCoordinatorProfile() in onReceiveInternal() local
395 if (groupIdMap != null) { in onReceiveInternal()
396 for (Map.Entry<Integer, ParcelUuid> entry: groupIdMap.entrySet()) { in onReceiveInternal()