Home
last modified time | relevance | path

Searched refs:setPendingIntentBackgroundActivityLaunchAllowed (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/app/
DComponentOptions.java58 setPendingIntentBackgroundActivityLaunchAllowed( in ComponentOptions()
70 public void setPendingIntentBackgroundActivityLaunchAllowed(boolean allowed) { in setPendingIntentBackgroundActivityLaunchAllowed() method in ComponentOptions
DBroadcastOptions.java285 public void setPendingIntentBackgroundActivityLaunchAllowed(boolean allowed) { in setPendingIntentBackgroundActivityLaunchAllowed() method in BroadcastOptions
286 super.setPendingIntentBackgroundActivityLaunchAllowed(allowed); in setPendingIntentBackgroundActivityLaunchAllowed()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerPerUserService.java385 options.setPendingIntentBackgroundActivityLaunchAllowed(false); in sendDetectionResultIntent()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java246 options.setPendingIntentBackgroundActivityLaunchAllowed(true);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java1365 options.setPendingIntentBackgroundActivityLaunchAllowed(false);
1393 options.setPendingIntentBackgroundActivityLaunchAllowed(false);
DPackageInstallerSession.java4279 options.setPendingIntentBackgroundActivityLaunchAllowed(false);
4323 options.setPendingIntentBackgroundActivityLaunchAllowed(false);
4360 options.setPendingIntentBackgroundActivityLaunchAllowed(false);
DInstallPackageHelper.java646 options.setPendingIntentBackgroundActivityLaunchAllowed(false); in onRestoreComplete()
DPackageManagerService.java4803 options.setPendingIntentBackgroundActivityLaunchAllowed(false); in freeStorage()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java1878 mOptsWithFgs.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
1879 mOptsWithFgsForAlarmClock.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
1880 mOptsWithoutFgs.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
1881 mOptsTimeBroadcast.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
1882 mActivityOptsRestrictBal.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
1883 mBroadcastOptsRestrictBal.setPendingIntentBackgroundActivityLaunchAllowed(false); in onStart()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java303 options.setPendingIntentBackgroundActivityLaunchAllowed(false); in deliverOnFlushComplete()
/frameworks/base/core/api/
Dsystem-current.txt768 method public void setPendingIntentBackgroundActivityLaunchAllowed(boolean);
Dcurrent.txt4581 method public void setPendingIntentBackgroundActivityLaunchAllowed(boolean);