Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DFileUtilsTest.java1300 public void testComputeAudioTypeValuesFromData() { in testComputeAudioTypeValuesFromData() method in FileUtilsTest
1301 testComputeAudioTypeValuesFromData("/storage/emulated/0/Ringtones/a.mp3", in testComputeAudioTypeValuesFromData()
1303 testComputeAudioTypeValuesFromData("/storage/emulated/0/Notifications/a.mp3", in testComputeAudioTypeValuesFromData()
1305 testComputeAudioTypeValuesFromData("/storage/emulated/0/Alarms/a.mp3", in testComputeAudioTypeValuesFromData()
1307 testComputeAudioTypeValuesFromData("/storage/emulated/0/Podcasts/a.mp3", in testComputeAudioTypeValuesFromData()
1309 testComputeAudioTypeValuesFromData("/storage/emulated/0/Audiobooks/a.mp3", in testComputeAudioTypeValuesFromData()
1311 testComputeAudioTypeValuesFromData("/storage/emulated/0/Recordings/a.mp3", in testComputeAudioTypeValuesFromData()
1313 testComputeAudioTypeValuesFromData("/storage/emulated/0/Music/a.mp3", in testComputeAudioTypeValuesFromData()
1317 testComputeAudioTypeValuesFromData("/storage/emulated/0/a/a.mp3", AudioColumns.IS_MUSIC); in testComputeAudioTypeValuesFromData()
1320 testComputeAudioTypeValuesFromData("/storage/emulated/0/ringtones/a.mp3", in testComputeAudioTypeValuesFromData()
[all …]