Searched refs:setBluetoothAudioDeviceCategory (Results 1 – 4 of 4) sorted by relevance
107 fun setBluetoothAudioDeviceCategory(bluetoothAddress: String, category: Int) { in setBluetoothAudioDeviceCategory() method in com.android.systemui.volume.data.repository.FakeAudioRepository
352 boolean setBluetoothAudioDeviceCategory(in String address, int deviceCategory); in setBluetoothAudioDeviceCategory() method
7320 public boolean setBluetoothAudioDeviceCategory(@NonNull String address, in setBluetoothAudioDeviceCategory() method in AudioManager7326 return getService().setBluetoothAudioDeviceCategory(address, btAudioDeviceCategory); in setBluetoothAudioDeviceCategory()
11446 public boolean setBluetoothAudioDeviceCategory(@NonNull String address, in setBluetoothAudioDeviceCategory() method in AudioService