Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java131 final int newGroupId = getBaseGroupId(cachedDevice.getDevice()); in updateCsipDevices() local
133 if (isValidGroupId(newGroupId)) { in updateCsipDevices()
134 cachedDevice.setGroupId(newGroupId); in updateCsipDevices()
135 newGroupIdSet.add(newGroupId); in updateCsipDevices()