Searched refs:scanFileFromShell (Results 1 – 6 of 6) sorted by relevance
177 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize()179 final Uri b = ProviderTestUtils.scanFileFromShell( in testCanonicalize()181 final Uri c = ProviderTestUtils.scanFileFromShell( in testCanonicalize()198 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize()
325 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize()327 final Uri b = ProviderTestUtils.scanFileFromShell( in testCanonicalize()329 final Uri c = ProviderTestUtils.scanFileFromShell( in testCanonicalize()346 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize()
414 final Uri a = ProviderTestUtils.scanFileFromShell(416 final Uri b = ProviderTestUtils.scanFileFromShell(418 final Uri c = ProviderTestUtils.scanFileFromShell(435 final Uri d = ProviderTestUtils.scanFileFromShell(
249 static Uri scanFileFromShell(File file) throws Exception { in scanFileFromShell() method in ProviderTestUtils250 return MediaStore.scanFileFromShell(InstrumentationRegistry.getTargetContext(), file); in scanFileFromShell()
184 inside = ProviderTestUtils.scanFileFromShell(file); in testContributedMedia()
106 assertNull(MediaStore.scanFileFromShell(mContext, TEST_JPG)); in testClearFiles()108 assertNull(MediaStore.scanFileFromShell(mContext, TEST_PDF)); in testClearFiles()140 final Uri jpgUri = MediaStore.scanFileFromShell(mContext, TEST_JPG); in doSandboxed()141 final Uri pdfUri = MediaStore.scanFileFromShell(mContext, TEST_PDF); in doSandboxed()