Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManagerTest.java720 File onDevicePublicFile = in testClear() local
727 .isEqualTo(AndroidUri.builder(context).fromFile(onDevicePublicFile).build()); in testClear()
728 assertThat(onDevicePublicFile.exists()).isTrue(); in testClear()
733 assertThat(onDevicePublicFile.exists()).isFalse(); in testClear()
751 File onDevicePublicFile = in testClear_sdkLessthanR() local
758 .isEqualTo(AndroidUri.builder(context).fromFile(onDevicePublicFile).build()); in testClear_sdkLessthanR()
759 assertThat(onDevicePublicFile.exists()).isTrue(); in testClear_sdkLessthanR()
764 assertThat(onDevicePublicFile.exists()).isFalse(); in testClear_sdkLessthanR()
788 File onDevicePublicFile = in testClear_withAndroidSharedFiles() local
805 .isEqualTo(AndroidUri.builder(context).fromFile(onDevicePublicFile).build()); in testClear_withAndroidSharedFiles()
[all …]