Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DFragmentReceiveResultTest.java79 startIntentSenderForResult(30, Activity.RESULT_OK, "content 30"); in testStartIntentSenderForResultOk()
91 startIntentSenderForResult(40, Activity.RESULT_CANCELED, "content 40"); in testStartIntentSenderForResultCanceled()
133 private void startIntentSenderForResult(final int requestCode, final int resultCode, in startIntentSenderForResult() method in FragmentReceiveResultTest
146 mFragment.startIntentSenderForResult(pendingIntent.getIntentSender(), in startIntentSenderForResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceTestActivity.java83 startIntentSenderForResult(chooserLauncher, in test()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java384 activity.startIntentSenderForResult( in doEscalation()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java674 mActivity.startIntentSenderForResult(intentSender, WEB_LINK_REQUEST_CODE, in testCreateWebLink()