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.java178 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()
DMediaStore_Video_MediaTest.java350 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()
DMediaStore_Images_MediaTest.java436 final Uri a = ProviderTestUtils.scanFileFromShell(
438 final Uri b = ProviderTestUtils.scanFileFromShell(
440 final Uri c = ProviderTestUtils.scanFileFromShell(
457 final Uri d = ProviderTestUtils.scanFileFromShell(
DProviderTestUtils.java275 static Uri scanFileFromShell(File file) throws Exception { in scanFileFromShell() method
276 Uri uri = 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.java110 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()