Searched refs:getPendingIntentFlags (Results 1 – 6 of 6) sorted by relevance
139 public abstract int getPendingIntentFlags(IIntentSender target); in getPendingIntentFlags() method in ActivityManagerInternal
317 int getPendingIntentFlags(IIntentSender target) { in getPendingIntentFlags() method in PendingIntentController
15421 public int getPendingIntentFlags(IIntentSender target) { in getPendingIntentFlags() method in ActivityManagerService.LocalService15422 return mPendingIntentController.getPendingIntentFlags(target); in getPendingIntentFlags()
8072 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()
6503 && hasFlag(mAmi.getPendingIntentFlags(6513 && hasFlag(mAmi.getPendingIntentFlags(action.actionIntent.getTarget()),6525 && hasFlag(mAmi.getPendingIntentFlags(action.actionIntent.getTarget()),
6240 HPLcom/android/server/am/ActivityManagerService$LocalService;->getPendingIntentFlags(Landroid/conte…8323 HPLcom/android/server/am/PendingIntentController;->getPendingIntentFlags(Landroid/content/IIntentSe…