Searched refs:isBluetoothAudioDeviceCategoryFixed (Results 1 – 6 of 6) sorted by relevance
272 assertFalse(mAudioDeviceBroker.isBluetoothAudioDeviceCategoryFixed( in testIsBluetoothAudioDeviceCategoryFixed()279 assertTrue(mAudioDeviceBroker.isBluetoothAudioDeviceCategoryFixed( in testIsBluetoothAudioDeviceCategoryFixed()
358 boolean isBluetoothAudioDeviceCategoryFixed(in String address); in isBluetoothAudioDeviceCategoryFixed() method
7355 public boolean isBluetoothAudioDeviceCategoryFixed(@NonNull String address) { in isBluetoothAudioDeviceCategoryFixed() method in AudioManager7360 return getService().isBluetoothAudioDeviceCategoryFixed(address); in isBluetoothAudioDeviceCategoryFixed()
2825 boolean isBluetoothAudioDeviceCategoryFixed(@NonNull String address) { in isBluetoothAudioDeviceCategoryFixed() method in AudioDeviceBroker2826 return mDeviceInventory.isBluetoothAudioDeviceCategoryFixed(address); in isBluetoothAudioDeviceCategoryFixed()
263 boolean isBluetoothAudioDeviceCategoryFixed(@NonNull String address) { in isBluetoothAudioDeviceCategoryFixed() method in AudioDeviceInventory
11454 if (isBluetoothAudioDeviceCategoryFixed(addr)) { in setBluetoothAudioDeviceCategory()11479 public boolean isBluetoothAudioDeviceCategoryFixed(@NonNull String address) { in isBluetoothAudioDeviceCategoryFixed() method in AudioService11485 return mDeviceBroker.isBluetoothAudioDeviceCategoryFixed(address); in isBluetoothAudioDeviceCategoryFixed()