Home
last modified time | relevance | path

Searched refs:INTENT_EXTRA_CONTENT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java33 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()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java112 public static final String INTENT_EXTRA_CONTENT = "android.scopedstorage.cts.content"; field in TestUtils
1905 bundle.putBinder(INTENT_EXTRA_CONTENT, fileDescriptorBinder); in sendIntentToTestApp()
1906 intent.putExtra(INTENT_EXTRA_CONTENT, bundle); in sendIntentToTestApp()