Searched refs:sendPendingIntent (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | TestServiceClient.java | 84 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()
|
D | BackgroundActivityLaunchTest.java | 436 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/ |
D | CarrierRoamingSatelliteSmsTest.java | 241 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/ |
D | ITestService.aidl | 29 void sendPendingIntent(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntent() method
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/ |
D | TestService.java | 99 public void sendPendingIntent(PendingIntent pendingIntent, Bundle sendOptions) { in sendPendingIntent() method in TestService.MyBinder
|