Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java579 int[] attrIds, String[] attrVals) { in createFromNativeMediaItem() argument
582 + " attrids: " + attrIds + " attrVals: " + attrVals); in createFromNativeMediaItem()
586 AvrcpItem.Builder aib = new AvrcpItem.Builder().fromAvrcpAttributeArray(attrIds, attrVals); in createFromNativeMediaItem()