Home
last modified time | relevance | path

Searched defs:groupDevicesList (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManager.java182 List<CachedBluetoothDevice> groupDevicesList = getGroupDevicesFromAllOfDevicesList(groupId); in updateRelationshipOfGroupDevices() local
230 List<CachedBluetoothDevice> groupDevicesList = new ArrayList<>(); in getGroupDevicesFromAllOfDevicesList() local
257 List<CachedBluetoothDevice> groupDevicesList) { in getPreferredMainDevice()