Home
last modified time | relevance | path

Searched refs:enqueueNotificationWithTag (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java679 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 …]
DNotificationShellCmdTest.java118 verify(mMockBinderService).enqueueNotificationWithTag( in captureNotification()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl53 void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id, in enqueueNotificationWithTag() method
DNotificationManager.java476 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/
DNotificationShellCmd.java493 mBinderService.enqueueNotificationWithTag( in doNotify()
DNotificationManagerService.java2374 public void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id,
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5295 notificationManager.enqueueNotificationWithTag(packageName, "android",
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java5721 inm.enqueueNotificationWithTag("android", "android", null, in postHeavyWeightProcessNotification()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1857 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage()
/frameworks/base/services/
Dart-profile9375 HSPLcom/android/server/notification/NotificationManagerService$10;->enqueueNotificationWithTag(Ljav…