Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DMediaProviderTest.java1126 valuesThree.put(AudioColumns.TITLE, "Silent"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1127 valuesThree.put(AudioColumns.ALBUM, "Rainbow"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1128 valuesThree.put(AudioColumns.ARTIST, "Sample1"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1129 valuesThree.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1130 valuesThree.put(AudioColumns.IS_MUSIC, true); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1142 MediaProvider.computeAudioKeyValues(valuesThree); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1183 valuesThree.put(AudioColumns.TITLE, "Silent"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1184 valuesThree.put(AudioColumns.ALBUM, "Rainbow"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1186 valuesThree.put(AudioColumns.ARTIST, "Sample1"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1187 valuesThree.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_sameAlbumId()
[all …]