Searched refs:INTENT_EXTRA_PATH (Results 1 – 5 of 5) sorted by relevance
20 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;51 final File file = new File(getIntent().getStringExtra(INTENT_EXTRA_PATH)); in onCreate()
34 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXTRA_PATH;389 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in sendMetadata()390 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata()402 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in sendDirectoryEntries()403 final String directoryPath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendDirectoryEntries()423 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in createImageEntry()424 final String path = getIntent().getStringExtra(INTENT_EXTRA_PATH); in createImageEntry()445 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in accessFile()447 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile()525 if (getIntent().hasExtra(INTENT_EXTRA_PATH)) { in renameFile()[all …]
27 public static final String INTENT_EXTRA_PATH = "android.mediaprovidertranscode.cts.path"; field in TranscodeTestConstants
21 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;362 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()
111 public static final String INTENT_EXTRA_PATH = "android.scopedstorage.cts.path"; field in TestUtils1902 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()