Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DFragmentReceiveResultTest.java82 startIntentSenderForResult(30, Activity.RESULT_OK, "content 30"); in testStartIntentSenderForResultOk()
94 startIntentSenderForResult(40, Activity.RESULT_CANCELED, "content 40"); in testStartIntentSenderForResultCanceled()
140 private void startIntentSenderForResult(final int requestCode, final int resultCode, in startIntentSenderForResult() method in FragmentReceiveResultTest
153 mFragment.startIntentSenderForResult(pendingIntent.getIntentSender(), in startIntentSenderForResult()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0441/src/android/security/cts/CVE_2021_0441/
DPocActivity.java50 startIntentSenderForResult(pi.getIntentSender(), in requestDeletePermission()
/cts/tests/tests/companion/AssociationRevokedTestApp/src/android.os.cts.associationrevokedtestapp/
DMainActivity.kt56 startIntentSenderForResult(it, REQUEST_CODE_CDM, null, 0, 0, 0) in onAttachedToWindow()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DCompanionActivity.kt70 instance.startIntentSenderForResult(intentSender, 0, null, 0, 0, 0) in startIntentSender()
/cts/tests/tests/companion/PermissionsSyncTestApp/src/android/os/cts/companiontestapp/
DMainActivity.java189 startIntentSenderForResult(intentSender, REQUEST_CODE_SYNC, null, 0, 0, 0); in requestPermissionsSyncUserConsent()
282 startIntentSenderForResult(intentSender, REQUEST_CODE_ASSOCIATE, null, 0, 0, 0);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceTestActivity.java83 startIntentSenderForResult(chooserLauncher, in test()
DCompanionDeviceServiceTestActivity.java261 startIntentSenderForResult(chooserLauncher,
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java84 startIntentSenderForResult(pi.getIntentSender(), requestCode, null,
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java114 sLatestForegroundActivity.startIntentSenderForResult( in sendPendingIntentWithActivityForResult()
/cts/tests/tests/companion/CompanionDeviceTestApp/src/android.os.cts.companiondevicetestapp/
DCompanionDeviceTestAppActivity.kt189 startIntentSenderForResult(it, REQUEST_CODE_CDM, null, 0, 0, 0) in <lambda>()
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTest.java765 activity.startIntentSenderForResult(pi.getIntentSender(), 42, null, 0, 0, 0); in startIntentWithGrant()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java955 mActivity.startIntentSenderForResult(intentSender, WEB_LINK_REQUEST_CODE, in testCreateWebLink()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java231 startIntentSenderForResult(pendingIntent.getIntentSender(), requestCode, null, in handleIntent()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1114 activity.startIntentSenderForResult(pi.getIntentSender(), 42, null, 0, 0, 0); in doEscalation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4656 …method public void startIntentSenderForResult(android.content.IntentSender, int, @Nullable android…
4657 …method public void startIntentSenderForResult(android.content.IntentSender, int, @Nullable android…
5849 …method @Deprecated public void startIntentSenderForResult(android.content.IntentSender, int, @Null…