Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java44 private static final int MEDIA_ATTRIBUTE_TITLE = 0x01; field in AvrcpItemTest
122 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes()
169 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
231 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort()
278 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty()
325 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes_imageHandleNull()
372 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java301 private static final int MEDIA_ATTRIBUTE_TITLE = 0x01; field in AvrcpItem.Builder
326 case MEDIA_ATTRIBUTE_TITLE: in fromAvrcpAttributeArray()