Home
last modified time | relevance | path

Searched refs:addAudioDeviceWithCategoryInInventoryIfNeeded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java352 mAudioDeviceBroker.addAudioDeviceWithCategoryInInventoryIfNeeded( in testAddAudioDeviceWithCategoryInInventoryIfNeeded()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java2814 void addAudioDeviceWithCategoryInInventoryIfNeeded(@NonNull String address, in addAudioDeviceWithCategoryInInventoryIfNeeded() method in AudioDeviceBroker
2816 mDeviceInventory.addAudioDeviceWithCategoryInInventoryIfNeeded(address, in addAudioDeviceWithCategoryInInventoryIfNeeded()
DAudioDeviceInventory.java230 void addAudioDeviceWithCategoryInInventoryIfNeeded(@NonNull String address, in addAudioDeviceWithCategoryInInventoryIfNeeded() method in AudioDeviceInventory
DAudioService.java11460 mDeviceBroker.addAudioDeviceWithCategoryInInventoryIfNeeded(address, btAudioDeviceCategory); in setBluetoothAudioDeviceCategory()