Searched refs:scanFileFromShell (Results 1 – 6 of 6) sorted by relevance
178 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize()180 final Uri b = ProviderTestUtils.scanFileFromShell( in testCanonicalize()182 final Uri c = ProviderTestUtils.scanFileFromShell( in testCanonicalize()199 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize()
350 final Uri a = ProviderTestUtils.scanFileFromShell( in testCanonicalize()352 final Uri b = ProviderTestUtils.scanFileFromShell( in testCanonicalize()354 final Uri c = ProviderTestUtils.scanFileFromShell( in testCanonicalize()371 final Uri d = ProviderTestUtils.scanFileFromShell( in testCanonicalize()
436 final Uri a = ProviderTestUtils.scanFileFromShell(438 final Uri b = ProviderTestUtils.scanFileFromShell(440 final Uri c = ProviderTestUtils.scanFileFromShell(457 final Uri d = ProviderTestUtils.scanFileFromShell(
275 static Uri scanFileFromShell(File file) throws Exception { in scanFileFromShell() method276 Uri uri = MediaStore.scanFileFromShell(InstrumentationRegistry.getTargetContext(), file); in scanFileFromShell()
184 inside = ProviderTestUtils.scanFileFromShell(file); in testContributedMedia()
110 assertNull(MediaStore.scanFileFromShell(mContext, TEST_JPG)); in testClearFiles()112 assertNull(MediaStore.scanFileFromShell(mContext, TEST_PDF)); in testClearFiles()144 final Uri jpgUri = MediaStore.scanFileFromShell(mContext, TEST_JPG); in doSandboxed()145 final Uri pdfUri = MediaStore.scanFileFromShell(mContext, TEST_PDF); in doSandboxed()