OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanFileFromShell
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java
177
final Uri a = ProviderTestUtils.
scanFileFromShell
(
179
final Uri b = ProviderTestUtils.
scanFileFromShell
(
181
final Uri c = ProviderTestUtils.
scanFileFromShell
(
198
final Uri d = ProviderTestUtils.
scanFileFromShell
(
MediaStore_Images_MediaTest.java
414
final Uri a = ProviderTestUtils.
scanFileFromShell
(
416
final Uri b = ProviderTestUtils.
scanFileFromShell
(
418
final Uri c = ProviderTestUtils.
scanFileFromShell
(
435
final Uri d = ProviderTestUtils.
scanFileFromShell
(
MediaStore_Video_MediaTest.java
325
final Uri a = ProviderTestUtils.
scanFileFromShell
(
327
final Uri b = ProviderTestUtils.
scanFileFromShell
(
329
final Uri c = ProviderTestUtils.
scanFileFromShell
(
346
final Uri d = ProviderTestUtils.
scanFileFromShell
(
ProviderTestUtils.java
249
static Uri
scanFileFromShell
(File file) throws Exception {
250
return MediaStore.
scanFileFromShell
(InstrumentationRegistry.getTargetContext(), file);
MediaStoreTest.java
184
inside = ProviderTestUtils.
scanFileFromShell
(file);
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
MediaStorageTest.java
106
assertNull(MediaStore.
scanFileFromShell
(mContext, TEST_JPG));
108
assertNull(MediaStore.
scanFileFromShell
(mContext, TEST_PDF));
140
final Uri jpgUri = MediaStore.
scanFileFromShell
(mContext, TEST_JPG);
141
final Uri pdfUri = MediaStore.
scanFileFromShell
(mContext, TEST_PDF);
Completed in 838 milliseconds