Home
last modified time | relevance | path

Searched defs:activeDevice (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothHDAudioPreferenceController.java55 final BluetoothDevice activeDevice = bluetoothA2dp.getActiveDevice(); in updateState() local
87 BluetoothDevice activeDevice = bluetoothA2dp.getActiveDevice(); in onPreferenceChange() local
H A DAbstractBluetoothDialogPreferenceController.java85 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in onIndexUpdated() local
154 BluetoothDevice activeDevice = bluetoothA2dp.getActiveDevice(); in getCurrentCodecConfig() local
196 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in getSelectableByCodecType() local
H A DBluetoothCodecDialogPreferenceController.java72 final BluetoothDevice activeDevice = bluetoothA2dp.getActiveDevice(); in getSelectableIndex() local
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DMediaOutputPreferenceController.java86 BluetoothDevice activeDevice = null; in updateState() local
106 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
H A DHandsFreeProfileOutputPreferenceController.java136 BluetoothDevice activeDevice) { in setupPreferenceEntries()
184 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
H A DAudioSwitchPreferenceController.java155 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteTransitionTests.java80 private BluetoothDevice activeDevice = null; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
187 private BluetoothDevice activeDevice = null; field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
195 BluetoothDevice audioOnDevice, BluetoothDevice activeDevice, in BluetoothRouteTestParameters()
344 BluetoothDevice audioOnDevice, BluetoothDevice activeDevice) { in setupConnectedDevices()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpTargetService.java138 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive() local
344 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume() local
358 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged() local
446 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent() local
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAbstractBluetoothA2dpPreferenceController.java86 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in onPreferenceChange() local
109 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in updateState() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceAndStateMachineTest.java439 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_normalStartStop() local
479 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_preemptedByTelecomCall() local
522 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
553 BluetoothDevice activeDevice = connectedDevices.get(0); in testDialingOutCall_NormalDialingOut() local
635 BluetoothDevice activeDevice = connectedDevices.get(0); in testDialingOutCall_DialingOutPreemptVirtualCall() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java225 void dispatchActiveDeviceChanged(CachedBluetoothDevice activeDevice, in dispatchActiveDeviceChanged()
236 private void dispatchAclStateChanged(CachedBluetoothDevice activeDevice, int state) { in dispatchAclStateChanged()
435 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
469 final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
H A DBluetoothCallback.java104 default void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java406 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in getCodecValue() local
473 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in setCodecValue() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/
H A DPairedBluetoothDevicesWorker.java83 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothUpdateWorker.java90 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeInCallUI.java193 BluetoothDevice activeDevice = cas.getActiveBluetoothDevice(); in updateCallAudioState() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPreferenceController.java134 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java310 BluetoothDevice activeDevice = cas.getActiveBluetoothDevice(); in updateCallAudioState() local
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbHostController.java133 UsbDevice activeDevice = getActiveDevice(); in deviceMatchedActiveDevice() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java211 BluetoothDevice activeDevice = in handleMessage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java388 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()