Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java29 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXTRA_PATH;
191 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in sendMetadata()
192 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata()
204 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in sendDirectoryEntries()
205 final String directoryPath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendDirectoryEntries()
225 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in createImageEntry()
226 final String path = getIntent().getStringExtra(INTENT_EXTRA_PATH); in createImageEntry()
247 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in accessFile()
249 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile()
298 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in renameFile()
[all …]
/cts/tests/MediaProviderTranscode/helper/src/android/mediaprovidertranscode/cts/
DTranscodeTestHelper.java20 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;
51 final File file = new File(getIntent().getStringExtra(INTENT_EXTRA_PATH)); in onCreate()
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestConstants.java27 public static final String INTENT_EXTRA_PATH = "android.mediaprovidertranscode.cts.path"; field in TranscodeTestConstants
DTranscodeTestUtils.java22 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;
374 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java93 public static final String INTENT_EXTRA_PATH = "android.scopedstorage.cts.path"; field in TestUtils
1389 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()