Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java107 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in findDevice() local
171 CachedBluetoothDevice subDevice = device.getSubDevice(); in getSubDeviceSummary() local
214 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in isSubDevice() local
293 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in clearNonBondedSubDevices() local
317 final CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in onScanningStateChanged() local
338 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in onBluetoothStateChanged() local
413 CachedBluetoothDevice subDevice = device.getSubDevice(); in onDeviceUnpaired() local
DHearingAidAudioRoutingHelper.java131 final CachedBluetoothDevice subDevice = device.getSubDevice(); in matchAddress() local
DHearingAidDeviceManager.java174 CachedBluetoothDevice subDevice; in onHiSyncIdChanged() local
384 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in findMainDevice() local
DBluetoothEventManager.java263 CachedBluetoothDevice subDevice = cachedDevice.getSubDevice(); in dispatchActiveDeviceChanged() local
DCachedBluetoothDevice.java1893 public void setSubDevice(CachedBluetoothDevice subDevice) { in setSubDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesPresetsController.java261 final CachedBluetoothDevice subDevice = mActiveHearingDevice.getSubDevice(); in selectPresetIndependently() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java601 CachedBluetoothDevice subDevice = new CachedBluetoothDevice(mContext, mLocalProfileManager, in dispatchActiveDeviceChanged_activeFromSubDevice_mainCachedDeviceActive() local