Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java83 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in findDevice() local
124 CachedBluetoothDevice subDevice = device.getSubDevice(); in getSubDeviceSummary() local
141 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in isSubDevice() local
188 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in clearNonBondedSubDevices() local
204 final CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in onScanningStateChanged() local
217 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in onBluetoothStateChanged() local
239 CachedBluetoothDevice subDevice = device.getSubDevice(); in onDeviceUnpaired() local
H A DHearingAidDeviceManager.java126 CachedBluetoothDevice subDevice; in onHiSyncIdChanged() local
192 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in onProfileConnectionStateChangedIfProcessed() local
212 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in findMainDevice() local
H A DCachedBluetoothDevice.java1202 public void setSubDevice(CachedBluetoothDevice subDevice) { in setSubDevice()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDeviceUpdater.java273 final BluetoothDevice subDevice = subCachedDevice.getDevice(); in removePreference() local