Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java147 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributes()
207 builder.fromAvrcpAttributeArray(attrIds, attrMap); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java421 aib.fromAvrcpAttributeArray(attributes, attribVals); in onTrackChanged()
586 AvrcpItem.Builder aib = new AvrcpItem.Builder().fromAvrcpAttributeArray(attrIds, attrVals); in createFromNativeMediaItem()
DAvrcpItem.java302 public Builder fromAvrcpAttributeArray(int[] attrIds, String[] attrMap) { in fromAvrcpAttributeArray() method in AvrcpItem.Builder