Home
last modified time | relevance | path

Searched refs:startIntentSenderForResult (Results 1 – 7 of 7) sorted by relevance

/cts/tests/app/src/android/app/cts/
DFragmentReceiveResultTest.java81 startIntentSenderForResult(30, Activity.RESULT_OK, "content 30"); in testStartIntentSenderForResultOk()
93 startIntentSenderForResult(40, Activity.RESULT_CANCELED, "content 40"); in testStartIntentSenderForResultCanceled()
139 private void startIntentSenderForResult(final int requestCode, final int resultCode, in startIntentSenderForResult() method in FragmentReceiveResultTest
152 mFragment.startIntentSenderForResult(pendingIntent.getIntentSender(), in startIntentSenderForResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceTestActivity.java83 startIntentSenderForResult(chooserLauncher, in test()
DCompanionDeviceServiceTestActivity.java91 startIntentSenderForResult(chooserLauncher, in associateDevices()
/cts/tests/tests/os/CompanionTestApp/src/android/os/cts/companiontestapp/
DCompanionTestAppMainActivity.kt148 startIntentSenderForResult(it, REQUEST_CODE_CDM, null, 0, 0, 0) in <lambda>()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java861 mActivity.startIntentSenderForResult(intentSender, WEB_LINK_REQUEST_CODE, in testCreateWebLink()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java196 startIntentSenderForResult(pendingIntent.getIntentSender(), requestCode, null, in handleIntent()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java743 activity.startIntentSenderForResult(pi.getIntentSender(), 42, null, 0, 0, 0); in doEscalation()