Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DMediaOutputPreferenceController.java75 BluetoothDevice activeDevice = null; in updateState() local
94 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
DHandsFreeProfileOutputPreferenceController.java136 BluetoothDevice activeDevice) { in setupPreferenceEntries()
184 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
DAudioSwitchPreferenceController.java159 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java65 BluetoothDevice activeDevice = null; in updateState() local
84 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
DHandsFreeProfileOutputPreferenceController.java136 BluetoothDevice activeDevice) { in setupPreferenceEntries()
184 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDevice() local
DAudioSwitchPreferenceController.java155 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioCodecPreferenceController.java113 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in writeConfigurationValues() local
124 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in writeConfigurationValues() local
DAbstractBluetoothA2dpPreferenceController.java86 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in onPreferenceChange() local
112 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in updateState() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java113 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in writeConfigurationValues() local
123 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in writeConfigurationValues() local
DAbstractBluetoothA2dpPreferenceController.java86 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in onPreferenceChange() local
108 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in updateState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java125 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive() local
299 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume() local
313 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged() local
372 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorWorker.java76 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
DMediaOutputIndicatorSlice.java144 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDeviceName() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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()
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorWorker.java76 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
DMediaOutputIndicatorSlice.java150 BluetoothDevice activeDevice = findActiveHearingAidDevice(); in findActiveDeviceName() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java439 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_normalStartStop() local
475 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_preemptedByTelecomCall() local
515 BluetoothDevice activeDevice = connectedDevices.get(MAX_HEADSET_CONNECTIONS / 2); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
543 BluetoothDevice activeDevice = connectedDevices.get(0); in testDialingOutCall_NormalDialingOut() local
622 BluetoothDevice activeDevice = connectedDevices.get(0); in testDialingOutCall_DialingOutPreemptVirtualCall() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java68 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java68 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java406 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in getCodecValue() local
473 BluetoothDevice activeDevice = mBluetoothA2dp.getActiveDevice(); in setCodecValue() local
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPreferenceController.java124 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallUI.java193 BluetoothDevice activeDevice = cas.getActiveBluetoothDevice(); in updateCallAudioState() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java267 BluetoothDevice activeDevice = cas.getActiveBluetoothDevice(); in updateCallAudioState() local
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbHostController.java132 UsbDevice activeDevice = getActiveDevice(); in deviceMatchedActiveDevice() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java197 BluetoothDevice activeDevice = in handleMessage() local