Searched refs:enqueueNotificationWithTag (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 679 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testBlockedNotifications_blockedChannel() 697 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService() 726 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 748 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 779 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedBlockedNotifications_blockedApp() 793 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedBlockedNotifications_blockedAppForegroundService() 815 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedRestrictedNotifications_asSystem() 839 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedRestrictedNotifications_notAutomotive() 862 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", in testEnqueuedRestrictedNotifications_badUser() 899 mBinderService.enqueueNotificationWithTag(PKG, PKG, "tag", 0, in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() [all …]
|
D | NotificationShellCmdTest.java | 118 verify(mMockBinderService).enqueueNotificationWithTag( in captureNotification()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 53 void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id, in enqueueNotificationWithTag() method
|
D | NotificationManager.java | 476 service.enqueueNotificationWithTag(targetPackage, sender, tag, id, in notifyAsPackage() 494 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id, in notifyAsUser()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 493 mBinderService.enqueueNotificationWithTag( in doNotify()
|
D | NotificationManagerService.java | 2388 public void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5295 notificationManager.enqueueNotificationWithTag(packageName, "android",
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5721 inm.enqueueNotificationWithTag("android", "android", null, in postHeavyWeightProcessNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1857 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 9375 HSPLcom/android/server/notification/NotificationManagerService$10;->enqueueNotificationWithTag(Ljav…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1603 HSPLandroid/app/INotificationManager$Stub$Proxy;->enqueueNotificationWithTag(Ljava/lang/String;Ljav…
|
D | hiddenapi-greylist-max-o.txt | 6849 Landroid/app/INotificationManager$Stub$Proxy;->enqueueNotificationWithTag(Ljava/lang/String;Ljava/l… 7045 Landroid/app/INotificationManager;->enqueueNotificationWithTag(Ljava/lang/String;Ljava/lang/String;…
|