Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java185 static final String PLAYLIST_FILE_NAME = "ScopedStorageDeviceTest_file_" + NONCE + ".m3u"; field in ScopedStorageDeviceTest
323 new File(picturesDir, PLAYLIST_FILE_NAME).createNewFile(); in testTypePathConformity()
337 assertCanCreateFile(new File(documentsDir, PLAYLIST_FILE_NAME)); in testTypePathConformity()
343 assertCanCreateFile(new File(downloadDir, PLAYLIST_FILE_NAME)); in testTypePathConformity()
349 assertCanCreateFile(new File(musicDir, PLAYLIST_FILE_NAME)); in testTypePathConformity()