Home
last modified time | relevance | path

Searched refs:onPluginNotificationPosted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java85 public boolean onPluginNotificationPosted(StatusBarNotification sbn, in onPluginNotificationPosted() method in NotificationListenerWithPlugins
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java121 if (sbn != null && !onPluginNotificationPosted(sbn, rankingMap)) { in onNotificationPosted()