Home
last modified time | relevance | path

Searched refs:makeSupportedSettings (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettingsTest.java34 public void makeSupportedSettings() { in makeSupportedSettings() method in PlayerApplicationSettingsTest
41 PlayerApplicationSettings.makeSupportedSettings(btAvrcpAttributeList); in makeSupportedSettings()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java64 static PlayerApplicationSettings makeSupportedSettings(byte[] btAvrcpAttributeList) { in makeSupportedSettings() method in PlayerApplicationSettings
DAvrcpControllerService.java583 PlayerApplicationSettings.makeSupportedSettings(playerAttribRsp); in handlePlayerAppSetting()