Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java50 private static final int MEDIA_ATTRIBUTE_PLAYING_TIME = 0x07; field in AvrcpItemTest
128 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes()
175 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
237 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort()
284 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty()
331 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes_imageHandleNull()
378 MEDIA_ATTRIBUTE_PLAYING_TIME, in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java307 private static final int MEDIA_ATTRIBUTE_PLAYING_TIME = 0x07; field in AvrcpItem.Builder
352 case MEDIA_ATTRIBUTE_PLAYING_TIME: in fromAvrcpAttributeArray()