Home
last modified time | relevance | path

Searched defs:attrIds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java124 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes() local
176 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java302 public Builder fromAvrcpAttributeArray(int[] attrIds, String[] attrMap) { in fromAvrcpAttributeArray()
DAvrcpControllerService.java579 int[] attrIds, String[] attrVals) { in createFromNativeMediaItem()