Home
last modified time | relevance | path

Searched defs:totalTracks (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItemTest.java72 long totalTracks = 12; in buildAvrcpItem() local
119 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributes() local
171 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() local
231 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort() local
283 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty() local
335 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributes_imageHandleNull() local
387 String totalTracks = "12"; in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits() local
454 long totalTracks = 12; in avrcpMediaItem_toMediaMetadata() local
511 long totalTracks = 12; in avrcpFolderItem_toMediaMetadata() local
H A DAvrcpControllerStateMachineTest.java215 long totalTracks, String genre, long duration, String imageHandle) { in makeTrack()