Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java98 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in findDevice() local
161 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in getSubDeviceSummary() local
188 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in isSubDevice() local
266 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in clearNonBondedSubDevices() local
294 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onScanningStateChanged() local
314 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onBluetoothStateChanged() local
370 final Set<CachedBluetoothDevice> memberDevices = new HashSet<>(device.getMemberDevice()); in onDeviceUnpaired() local
H A DHearingAidAudioRoutingHelper.java132 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in matchAddress() local
H A DCachedBluetoothDevice.java1219 final Set<CachedBluetoothDevice> memberDevices = getMemberDevice(); in getConnectionSummary() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidAudioRoutingHelperTest.java154 final Set<CachedBluetoothDevice> memberDevices = new HashSet<CachedBluetoothDevice>(); in getMatchedHearingDeviceAttributes_memberHearingDevice_equalAddress() local