Home
last modified time | relevance | path

Searched refs:doNotify (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java321 doNotify(pw, callingPackage, callingUid); in onCommand()
472 private int doNotify(PrintWriter pw, String callingPackage, int callingUid) in doNotify() method in NotificationShellCmd
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java841 doNotify(notifBuilder.build(), notificationState); in fireOffNotification()
950 private static synchronized void doNotify(final Notification notification, in doNotify() method in BugleNotifications
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java3093 boolean doNotify = false; in cleanUpPackageLocked()
3098 doNotify = true; in cleanUpPackageLocked()
3114 if (doNotify) { in cleanUpPackageLocked()