Searched refs:startIntentSenderForResult (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | FragmentReceiveResultTest.java | 79 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/ |
D | CompanionDeviceTestActivity.java | 83 startIntentSenderForResult(chooserLauncher, in test()
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 384 activity.startIntentSenderForResult( in doEscalation()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 674 mActivity.startIntentSenderForResult(intentSender, WEB_LINK_REQUEST_CODE, in testCreateWebLink()
|