Searched refs:setActiveDevice (Results 1 – 10 of 10) sorted by relevance
149 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HearingAidProfile151 return mService.setActiveDevice(device); in setActiveDevice()
161 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in HeadsetProfile163 return mService.setActiveDevice(device); in setActiveDevice()
169 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice() method in A2dpProfile171 return mService.setActiveDevice(device); in setActiveDevice()
444 if (a2dpProfile.setActiveDevice(getDevice())) { in setActive()451 if (headsetProfile.setActiveDevice(getDevice())) { in setActive()458 if (hearingAidProfile.setActiveDevice(getDevice())) { in setActive()
404 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothHearingAid410 mService.setActiveDevice(device); in setActiveDevice()
463 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothA2dp469 return mService.setActiveDevice(device); in setActiveDevice()
1063 public boolean setActiveDevice(@Nullable BluetoothDevice device) { in setActiveDevice() method in BluetoothHeadset1070 return service.setActiveDevice(device); in setActiveDevice()
524 when(mA2dpProfile.setActiveDevice(any(BluetoothDevice.class))).thenReturn(true); in testSetActive()525 when(mHfpProfile.setActiveDevice(any(BluetoothDevice.class))).thenReturn(true); in testSetActive()
1060 Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z1186 Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z1201 Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
16654 HSPLandroid/bluetooth/IBluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z16748 HSPLandroid/bluetooth/IBluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z16796 HSPLandroid/bluetooth/IBluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z