Home
last modified time | relevance | path

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

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Audio_MediaTest.java236 final Uri a = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
238 final Uri b = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
240 final Uri c = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
257 final Uri d = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
DMediaStore_Video_MediaTest.java362 final Uri a = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
364 final Uri b = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
366 final Uri c = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
383 final Uri d = MediaProviderTestUtils.scanFileFromShell( in testCanonicalize()
DMediaStore_Images_MediaTest.java511 final Uri a = MediaProviderTestUtils.scanFileFromShell(
513 final Uri b = MediaProviderTestUtils.scanFileFromShell(
515 final Uri c = MediaProviderTestUtils.scanFileFromShell(
532 final Uri d = MediaProviderTestUtils.scanFileFromShell(
DMediaStorePlacementTest.java320 return MediaProviderTestUtils.scanFileFromShell( in stageImageInAudio()
DMediaProviderTestUtils.java232 public static Uri scanFileFromShell(File file) throws Exception { in scanFileFromShell() method