Home
last modified time | relevance | path

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

/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()
30 void sendPendingIntentWithActivity(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivity()
31 …void sendPendingIntentWithActivityForResult(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivityForResult()
32 void sendIntentSender(in IntentSender intentSender, in Bundle sendOptions); in sendIntentSender()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java84 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntent()
97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity()
107 Bundle sendOptions) throws RemoteException { in sendPendingIntentWithActivityForResult()
116 Bundle sendOptions) throws RemoteException { in sendIntentSender()
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java99 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) { in sendPendingIntent()
112 Bundle sendOptions) { in sendPendingIntentWithActivityForResult()
127 Bundle sendOptions) { in sendPendingIntentWithActivity()
142 Bundle sendOptions) { in sendIntentSender()
/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
93 startIntentSender(pi.getIntentSender(), null, 0, 0, 0, sendOptions); in onCreate() local