Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java46 private static final int MEDIA_ATTRIBUTE_TITLE = 0x01; field in AvrcpItemTest
125 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributes()
177 MEDIA_ATTRIBUTE_TITLE, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java282 private static final int MEDIA_ATTRIBUTE_TITLE = 0x01; field in AvrcpItem.Builder
307 case MEDIA_ATTRIBUTE_TITLE: in fromAvrcpAttributeArray()