Searched refs:generatePendingIntent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/ |
D | TestServiceClient.java | 39 public PendingIntent generatePendingIntent(ComponentName componentName, int flags, in generatePendingIntent() method in TestServiceClient 42 return mTestService.generatePendingIntent(componentName, flags, createOptions, in generatePendingIntent() 46 public PendingIntent generatePendingIntent(ComponentName componentName, int flags, in generatePendingIntent() method in TestServiceClient 49 return generatePendingIntent(componentName, flags, createOptions, null); in generatePendingIntent() 52 public PendingIntent generatePendingIntent(ComponentName componentName, Bundle createOptions) in generatePendingIntent() method in TestServiceClient 54 return generatePendingIntent(componentName, 0, createOptions); in generatePendingIntent() 57 public PendingIntent generatePendingIntent(ComponentName componentName) in generatePendingIntent() method in TestServiceClient 59 return generatePendingIntent(componentName, 0, Bundle.EMPTY); in generatePendingIntent()
|
D | BackgroundActivityLaunchTest.java | 435 PendingIntent pi = generatePendingIntent(serviceA, APP_A.BACKGROUND_ACTIVITY); in testPendingIntentActivityBlocked() 466 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isNotBlocked() 490 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALInSameTask_isBlocked() 513 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithOptIn_isNotBlocked() 536 PendingIntent pi = servicePiCreator.generatePendingIntent(APP_C.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithoutOptInSdk33_isNotBlocked() 560 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY, in testPI_onlyCreatorAllowsBALwithOptIn_isStartedInBackground() 575 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY); in testPI_onlySenderAllowsBALwithoutOptInForResult_isNotBlocked() 595 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY); in testPI_onlyCreatorAllowsBALwithoutOptInForResult_isBlocked() 610 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY); in testPI_onlySenderAllowsBALwithoutOptInIntentSender_isNotBlocked() 633 PendingIntent pi = serviceB.generatePendingIntent(APP_B.BACKGROUND_ACTIVITY); in testPI_onlyCreatorAllowsBALwithoutOptIn_isBlocked() [all …]
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/ |
D | ITestService.aidl | 25 …PendingIntent generatePendingIntent(in ComponentName componentName, in int flags, in Bundle create… in generatePendingIntent() method
|
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/ |
D | TestService.java | 52 public PendingIntent generatePendingIntent(ComponentName componentName, int flags, in generatePendingIntent() method in TestService.MyBinder
|