Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java84 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntent() argument
86 mTestService.sendPendingIntent(pendingIntent, sendOptions); in sendPendingIntent()
97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity() argument
99 mTestService.sendPendingIntentWithActivity(pendingIntent, sendOptions); in sendPendingIntentWithActivity()
107 Bundle sendOptions) throws RemoteException { in sendPendingIntentWithActivityForResult() argument
108 mTestService.sendPendingIntentWithActivityForResult(pendingIntent, sendOptions); in sendPendingIntentWithActivityForResult()
116 Bundle sendOptions) throws RemoteException { in sendIntentSender() argument
117 mTestService.sendIntentSender(intentSender, sendOptions); in sendIntentSender()
/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/
DITestService.aidl29 void sendPendingIntent(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntent() argument
30 void sendPendingIntentWithActivity(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivity() argument
31 …void sendPendingIntentWithActivityForResult(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivityForResult() argument
32 void sendIntentSender(in IntentSender intentSender, in Bundle sendOptions); in sendIntentSender() argument
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java99 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) { in sendPendingIntent() argument
101 pendingIntent.send(sendOptions); in sendPendingIntent()
112 Bundle sendOptions) { in sendPendingIntentWithActivityForResult() argument
127 Bundle sendOptions) { in sendPendingIntentWithActivity() argument
142 Bundle sendOptions) { in sendIntentSender() argument
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39797/test-app/src/android/security/cts/CVE_2021_39797_test/
DPocActivity.java88 Bundle sendOptions = new Bundle(); in onCreate() local
89 sendOptions.putInt(getString(R.string.attrPIntentLaunchFlags), in onCreate()
93 startIntentSender(pi.getIntentSender(), null, 0, 0, 0, sendOptions); in onCreate() local