Home
last modified time | relevance | path

Searched refs:onExtAudioOutDescriptionChanged (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlNativeInterfaceTest.java148 public void onExtAudioOutDescriptionChanged() { in onExtAudioOutDescriptionChanged() method in VolumeControlNativeInterfaceTest
153 mNativeInterface.onExtAudioOutDescriptionChanged(externalOutputId, descr, address); in onExtAudioOutDescriptionChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java321 void onExtAudioOutDescriptionChanged(int externalOutputId, String descr, byte[] address) { in onExtAudioOutDescriptionChanged() method in VolumeControlNativeInterface