Home
last modified time | relevance | path

Searched refs:setActiveDevice (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidProfile.java149 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidProfile
151 return mService.setActiveDevice(device); in setActiveDevice()
DHeadsetProfile.java161 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetProfile
163 return mService.setActiveDevice(device); in setActiveDevice()
DA2dpProfile.java169 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpProfile
171 return mService.setActiveDevice(device); in setActiveDevice()
DCachedBluetoothDevice.java444 if (a2dpProfile.setActiveDevice(getDevice())) { in setActive()
451 if (headsetProfile.setActiveDevice(getDevice())) { in setActive()
458 if (hearingAidProfile.setActiveDevice(getDevice())) { in setActive()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHearingAid.java404 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothHearingAid
410 mService.setActiveDevice(device); in setActiveDevice()
DBluetoothA2dp.java463 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothA2dp
469 return mService.setActiveDevice(device); in setActiveDevice()
DBluetoothHeadset.java1063 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothHeadset
1070 return service.setActiveDevice(device); in setActiveDevice()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java524 when(mA2dpProfile.setActiveDevice(any(BluetoothDevice.class))).thenReturn(true); in testSetActive()
525 when(mHfpProfile.setActiveDevice(any(BluetoothDevice.class))).thenReturn(true); in testSetActive()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1060 Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
1186 Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
1201 Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
Dboot-image-profile.txt16654 HSPLandroid/bluetooth/IBluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
16748 HSPLandroid/bluetooth/IBluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
16796 HSPLandroid/bluetooth/IBluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z