Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java49 private static final int MEDIA_ATTRIBUTE_GENRE = 0x06; field in AvrcpItemTest
127 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributes()
174 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
236 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort()
283 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty()
330 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributes_imageHandleNull()
377 MEDIA_ATTRIBUTE_GENRE, in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java306 private static final int MEDIA_ATTRIBUTE_GENRE = 0x06; field in AvrcpItem.Builder
349 case MEDIA_ATTRIBUTE_GENRE: in fromAvrcpAttributeArray()