Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java52 private static final int MEDIA_ATTRIBUTE_PLAYING_TIME = 0x07; field in AvrcpItemTest
131 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes()
183 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java288 private static final int MEDIA_ATTRIBUTE_PLAYING_TIME = 0x07; field in AvrcpItem.Builder
333 case MEDIA_ATTRIBUTE_PLAYING_TIME: in fromAvrcpAttributeArray()