Home
last modified time | relevance | path

Searched defs:attrMap (Results 1 – 2 of 2) sorted by relevance

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