Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderTest.java1369 final ContentValues valuesThree = new ContentValues(); in testComputeAudioKeyValues_167339595_differentAlbumIds() local
1370 valuesThree.put(FileColumns.MEDIA_TYPE, FileColumns.MEDIA_TYPE_AUDIO); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1371 valuesThree.put(FileColumns.VOLUME_NAME, MediaStore.VOLUME_EXTERNAL_PRIMARY); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1372 valuesThree.put(FileColumns.DATA, "/storage/emulated/0/Silent.mp3"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1373 valuesThree.put(AudioColumns.TITLE, "Silent"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1374 valuesThree.put(AudioColumns.ALBUM, "Rainbow"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1375 valuesThree.put(AudioColumns.ARTIST, "Sample1"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1376 valuesThree.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1377 valuesThree.put(AudioColumns.IS_MUSIC, true); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1389 MediaProvider.computeAudioKeyValues(valuesThree); in testComputeAudioKeyValues_167339595_differentAlbumIds()
[all …]