Home
last modified time | relevance | path

Searched refs:getPendingIntentFlags (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java139 public abstract int getPendingIntentFlags(IIntentSender target); in getPendingIntentFlags() method in ActivityManagerInternal
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentController.java317 int getPendingIntentFlags(IIntentSender target) { in getPendingIntentFlags() method in PendingIntentController
H A DActivityManagerService.java15421 public int getPendingIntentFlags(IIntentSender target) { in getPendingIntentFlags() method in ActivityManagerService.LocalService
15422 return mPendingIntentController.getPendingIntentFlags(target); in getPendingIntentFlags()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java8072 when(mAmi.getPendingIntentFlags(pi1)) in testImmutableBubbleIntent()
8089 when(mAmi.getPendingIntentFlags(pi1)) in testMutableBubbleIntent()
8105 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testImmutableDirectReplyActionIntent()
8122 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testMutableDirectReplyActionIntent()
8137 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testImmutableDirectReplyContextualActionIntent()
8169 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testMutableDirectReplyContextualActionIntent()
8195 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testImmutableActionIntent()
8210 when(mAmi.getPendingIntentFlags(any(IIntentSender.class))) in testImmutableContextualActionIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6503 && hasFlag(mAmi.getPendingIntentFlags(
6513 && hasFlag(mAmi.getPendingIntentFlags(action.actionIntent.getTarget()),
6525 && hasFlag(mAmi.getPendingIntentFlags(action.actionIntent.getTarget()),
/aosp12/frameworks/base/services/
H A Dart-profile6240 HPLcom/android/server/am/ActivityManagerService$LocalService;->getPendingIntentFlags(Landroid/conte…
8323 HPLcom/android/server/am/PendingIntentController;->getPendingIntentFlags(Landroid/content/IIntentSe…