Searched refs:INTENT_EXTRA_CONTENT (Results 1 – 2 of 2) sorted by relevance
33 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXTRA_CONTENT;463 if (success && getIntent().hasExtra(INTENT_EXTRA_CONTENT)) { in accessFile()507 INTENT_EXTRA_CONTENT); in createFileContent()508 IBinder binder = content.getBinder(INTENT_EXTRA_CONTENT); in createFileContent()
112 public static final String INTENT_EXTRA_CONTENT = "android.scopedstorage.cts.content"; field in TestUtils1905 bundle.putBinder(INTENT_EXTRA_CONTENT, fileDescriptorBinder); in sendIntentToTestApp()1906 intent.putExtra(INTENT_EXTRA_CONTENT, bundle); in sendIntentToTestApp()