Home
last modified time | relevance | path

Searched refs:sendPendingIntent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java84 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntent() method in TestServiceClient
86 mTestService.sendPendingIntent(pendingIntent, sendOptions); in sendPendingIntent()
89 public void sendPendingIntent(PendingIntent pendingIntent) throws RemoteException { in sendPendingIntent() method in TestServiceClient
90 sendPendingIntent(pendingIntent, Bundle.EMPTY); in sendPendingIntent()
DBackgroundActivityLaunchTest.java436 sendPendingIntent(pi, serviceB); in testPendingIntentActivityBlocked()
667 sendPendingIntent(pi, serviceB); in testPI_appAIsForegroundDenyCreatorPrivilege_launchAppB_isBlocked()
691 serviceB.sendPendingIntent(pi, CREATE_OPTIONS_ALLOW_BAL); in testPI_appAIsFgDenyCreatorPrivilege_appBTryOverrideCreatorPrivilege_isBlocked()
714 sendPendingIntent(pi, serviceB); in testPendingIntentActivity_appAIsForeground_isNotBlocked()
734 sendPendingIntent(pi, serviceB); in testPendingIntentActivity_appAIsForeground_isBlocked()
751 sendPendingIntent(pi, serviceB); in testPendingIntentActivity_appA33IsForeground_isNotBlocked()
769 sendPendingIntent(pi, serviceB); in testPendingIntentBroadcastActivity_appBIsForeground_isBlocked()
790 appBTestService.sendPendingIntent(pi, null); in testPendingIntentBroadcastActivity_appBIsForegroundAndSdk33_isNotBlocked()
814 sendPendingIntent(pi, serviceB); in testPendingIntentBroadcastActivity_appBIsForegroundAndTryPassBalOnIntent_isBlocked()
839 serviceB.sendPendingIntent(pi, null); in testPendingIntentBroadcastActivity_appBIsFgAndTryPassBalOnIntentWithNullBundleOnPendingIntent_isBlocked()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteSmsTest.java241 PendingIntent sendPendingIntent = PendingIntent.getBroadcast(getContext(), 0, in sendMessage() local
246 String.valueOf(SystemClock.elapsedRealtimeNanos()), sendPendingIntent, in sendMessage()
283 PendingIntent sendPendingIntent = SmsReceiverHelper.getMessageSentPendingIntent( in sendMessageImsEnabled() local
287 String.valueOf(SystemClock.elapsedRealtimeNanos()), sendPendingIntent, null); in sendMessageImsEnabled()
/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() method
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java99 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) { in sendPendingIntent() method in TestService.MyBinder