Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java98 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in findDevice() local
161 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in getSubDeviceSummary() local
204 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in isSubDevice() local
282 Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in clearNonBondedSubDevices() local
310 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onScanningStateChanged() local
330 final Set<CachedBluetoothDevice> memberDevices = cachedDevice.getMemberDevice(); in onBluetoothStateChanged() local
400 final Set<CachedBluetoothDevice> memberDevices = new HashSet<>(device.getMemberDevice()); in onDeviceUnpaired() local
DHearingAidAudioRoutingHelper.java132 final Set<CachedBluetoothDevice> memberDevices = device.getMemberDevice(); in matchAddress() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidAudioRoutingHelperTest.java173 final Set<CachedBluetoothDevice> memberDevices = new HashSet<CachedBluetoothDevice>(); in getMatchedHearingDeviceAttributes_memberHearingDevice_equalAddress() local