Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_MediaTest.java177 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()
DMediaStore_Video_MediaTest.java325 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()
DMediaStore_Images_MediaTest.java414 final Uri a = ProviderTestUtils.scanFileFromShell(
416 final Uri b = ProviderTestUtils.scanFileFromShell(
418 final Uri c = ProviderTestUtils.scanFileFromShell(
435 final Uri d = ProviderTestUtils.scanFileFromShell(
DProviderTestUtils.java249 static Uri scanFileFromShell(File file) throws Exception { in scanFileFromShell() method in ProviderTestUtils
250 return MediaStore.scanFileFromShell(InstrumentationRegistry.getTargetContext(), file); in scanFileFromShell()
DMediaStoreTest.java184 inside = ProviderTestUtils.scanFileFromShell(file); in testContributedMedia()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java106 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()