Searched refs:sendPendingIntentWithActivity (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | TestServiceClient.java | 97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity() method in TestServiceClient 99 mTestService.sendPendingIntentWithActivity(pendingIntent, sendOptions); in sendPendingIntentWithActivity()
|
D | BackgroundActivityLaunchTest.java | 470 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked() 494 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALInSameTask_isBlocked() 516 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked() 539 servicePiSender.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithoutOptInSdk33_isNotBlocked() 563 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground() 635 serviceA.sendPendingIntentWithActivity(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithoutOptIn_isBlocked()
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/ |
D | ITestService.aidl | 30 void sendPendingIntentWithActivity(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivity() method
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/ |
D | TestService.java | 126 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, in sendPendingIntentWithActivity() method in TestService.MyBinder
|