Searched refs:setAvrcpAbsoluteVolume (Results 1 – 6 of 6) sorted by relevance
161 public void setAvrcpAbsoluteVolume() { in setAvrcpAbsoluteVolume() method in A2dpServiceBinderTest164 mBinder.setAvrcpAbsoluteVolume(volume, sSource); in setAvrcpAbsoluteVolume()165 verify(mA2dpService).setAvrcpAbsoluteVolume(volume); in setAvrcpAbsoluteVolume()
51 oneway void setAvrcpAbsoluteVolume(int volume, in AttributionSource attributionSource); in setAvrcpAbsoluteVolume() method
636 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume() method in BluetoothA2dp644 service.setAvrcpAbsoluteVolume(volume, mAttributionSource); in setAvrcpAbsoluteVolume()
702 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume() method in A2dpService1508 public void setAvrcpAbsoluteVolume(int volume, AttributionSource source) { in setAvrcpAbsoluteVolume() method in A2dpService.BluetoothA2dpBinder1515 service.setAvrcpAbsoluteVolume(volume); in setAvrcpAbsoluteVolume()
17 Landroid/bluetooth/BluetoothA2dp;->setAvrcpAbsoluteVolume(I)V1305 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setAvrcpAbsoluteVolume(I)V1338 Landroid/bluetooth/IBluetoothA2dp;->setAvrcpAbsoluteVolume(I)V
13 …ONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setAvrcpAbsoluteVolume(int);