Searched refs:startIntentSenderForResult (Results 1 – 7 of 7) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | FragmentReceiveResultTest.java | 81 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/ |
D | CompanionDeviceTestActivity.java | 83 startIntentSenderForResult(chooserLauncher, in test()
|
D | CompanionDeviceServiceTestActivity.java | 91 startIntentSenderForResult(chooserLauncher, in associateDevices()
|
/cts/tests/tests/os/CompanionTestApp/src/android/os/cts/companiontestapp/ |
D | CompanionTestAppMainActivity.kt | 148 startIntentSenderForResult(it, REQUEST_CODE_CDM, null, 0, 0, 0) in <lambda>()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 861 mActivity.startIntentSenderForResult(intentSender, WEB_LINK_REQUEST_CODE, in testCreateWebLink()
|
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/ |
D | TestActivity.java | 196 startIntentSenderForResult(pendingIntent.getIntentSender(), requestCode, null, in handleIntent()
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 743 activity.startIntentSenderForResult(pi.getIntentSender(), 42, null, 0, 0, 0); in doEscalation()
|