Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java90 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in findDevice() local
142 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in getSubDeviceSummary() local
169 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in isSubDevice() local
234 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in clearNonBondedSubDevices() local
261 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onScanningStateChanged() local
281 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onBluetoothStateChanged() local
323 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in onDeviceUnpaired() local
DCsipDeviceManager.java165 final List<CachedBluetoothDevice> memberDevices = mCachedDevices.stream() in onGroupIdChanged() local