Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1463 final File otherAppAudioFile = new File(getMusicDir(), "other_" + AUDIO_FILE_NAME); in testSystemGalleryAppHasNoFullAccessToAudio() local
1471 assertThat(createFileAs(APP_B_NO_PERMS, otherAppAudioFile.getPath())).isTrue(); in testSystemGalleryAppHasNoFullAccessToAudio()
1472 assertThat(otherAppAudioFile.exists()).isTrue(); in testSystemGalleryAppHasNoFullAccessToAudio()
1475 assertThat(canOpen(otherAppAudioFile, /* forWrite */ false)).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1476 assertThat(canOpen(otherAppAudioFile, /* forWrite */ true)).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1479 assertThat(otherAppAudioFile.delete()).isFalse(); in testSystemGalleryAppHasNoFullAccessToAudio()
1491 deleteFileAs(APP_B_NO_PERMS, otherAppAudioFile.getPath()); in testSystemGalleryAppHasNoFullAccessToAudio()