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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java140 public void onNotificationPosted(StatusBarNotification sbn) { method in class:NotificationListenerService
153 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { method in class:NotificationListenerService
154 onNotificationPosted(sbn);
168 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
189 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
346 * Sets the notification trim that will be received via {@link #onNotificationPosted}.
358 * @param trim trim of the notifications to be passed via {@link #onNotificationPosted}.
537 * as {@link #onNotificationPosted(StatusBarNotification, RankingMap)},
606 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, method in class:NotificationListenerService.INotificationListenerWrapper
612 Log.w(TAG, "onNotificationPosted
[all...]

Completed in 78 milliseconds