Home
last modified time | relevance | path

Searched defs:onNotificationPosted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java65 public abstract void onNotificationPosted(StatusBarNotification sbn); in onNotificationPosted() method in NotificationListenerService
166 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService.INotificationListenerWrapper
DINotificationListener.aidl24 void onNotificationPosted(in StatusBarNotification notification); in onNotificationPosted() method