Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java47 private static final int MEDIA_ATTRIBUTE_ARTIST_NAME = 0x02; field in AvrcpItemTest
126 MEDIA_ATTRIBUTE_ARTIST_NAME, in buildAvrcpItemFromAvrcpAttributes()
178 MEDIA_ATTRIBUTE_ARTIST_NAME, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java283 private static final int MEDIA_ATTRIBUTE_ARTIST_NAME = 0x02; field in AvrcpItem.Builder
310 case MEDIA_ATTRIBUTE_ARTIST_NAME: in fromAvrcpAttributeArray()