Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1554 final File otherAppAudioFile = new File(getMusicDir(), "other_" + AUDIO_FILE_NAME); in testSystemGalleryAppHasNoFullAccessToAudio() local
1562 assertThat(createFileAs(APP_B_NO_PERMS, otherAppAudioFile.getPath())).isTrue(); in testSystemGalleryAppHasNoFullAccessToAudio()
1563 assertThat(otherAppAudioFile.exists()).isTrue(); in testSystemGalleryAppHasNoFullAccessToAudio()
1566 assertThat(canOpen(otherAppAudioFile, /* forWrite */ false)).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1567 assertThat(canOpen(otherAppAudioFile, /* forWrite */ true)).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1570 assertThat(otherAppAudioFile.delete()).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1582 deleteFileAs(APP_B_NO_PERMS, otherAppAudioFile.getPath()); in testSystemGalleryAppHasNoFullAccessToAudio()