Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java524 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidService
951 public boolean setActiveDevice(BluetoothDevice device, AttributionSource source) { in setActiveDevice() method in HearingAidService.BluetoothHearingAidBinder
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothHeadsetProxy.java83 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in BluetoothHeadsetProxy
DHeadsetService.java821 public boolean setActiveDevice(BluetoothDevice device, AttributionSource source) { in setActiveDevice() method in HeadsetService.BluetoothHeadsetBinder
1443 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetService
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java83 protected boolean setActiveDevice(BluetoothDevice device, int profiles) { in setActiveDevice() method in ShadowBluetoothAdapter
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java111 public void setActiveDevice() { in setActiveDevice() method in A2dpServiceBinderTest
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHearingAid.aidl41 boolean setActiveDevice(in BluetoothDevice device, in AttributionSource attributionSource); in setActiveDevice() method
DIBluetoothA2dp.aidl43 boolean setActiveDevice(in BluetoothDevice device, in AttributionSource attributionSource); in setActiveDevice() method
DIBluetoothHeadset.aidl76 boolean setActiveDevice(in BluetoothDevice device, in AttributionSource attributionSource); in setActiveDevice() method
DIBluetoothLeAudio.aidl49 boolean setActiveDevice(in BluetoothDevice device, in AttributionSource attributionSource); in setActiveDevice() method
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothHeadset.java189 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice() method in ShadowBluetoothHeadset
H A DShadowBluetoothA2dp.java142 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice() method in ShadowBluetoothA2dp
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHeadsetProfile.java124 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetProfile
H A DLeAudioProfile.java192 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in LeAudioProfile
H A DHearingAidProfile.java198 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidProfile
H A DA2dpProfile.java167 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpProfile
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java516 public boolean setActiveDevice(@NonNull BluetoothDevice device) { in setActiveDevice() method in A2dpService
1438 public boolean setActiveDevice(BluetoothDevice device, AttributionSource source) { in setActiveDevice() method in A2dpService.BluetoothA2dpBinder
DA2dpNativeInterface.java148 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpNativeInterface
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java121 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpSinkNativeInterface
DA2dpSinkService.java126 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpSinkService
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java495 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothHearingAid
DBluetoothA2dp.java471 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothA2dp
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java153 public void setActiveDevice() { in setActiveDevice() method in LeAudioBinderTest
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java153 public BluetoothRouteTestParametersBuilder setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java526 void setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in AvrcpTargetService
DAvrcpNativeInterface.java251 void setActiveDevice(String bdaddr) { in setActiveDevice() method in AvrcpNativeInterface

1234567