Searched refs:INTENT_EXTRA_PATH (Results 1 – 5 of 5) sorted by relevance
29 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 …]
20 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;51 final File file = new File(getIntent().getStringExtra(INTENT_EXTRA_PATH)); in onCreate()
27 public static final String INTENT_EXTRA_PATH = "android.mediaprovidertranscode.cts.path"; field in TranscodeTestConstants
22 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_PATH;374 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()
93 public static final String INTENT_EXTRA_PATH = "android.scopedstorage.cts.path"; field in TestUtils1389 intent.putExtra(INTENT_EXTRA_PATH, dirPath); in sendIntentToTestApp()