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

/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DRanker.java59 public void onNotificationPosted(StatusBarNotification sbn) { method in class:Ranker
160 onNotificationPosted(sbn);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java223 public void onNotificationPosted(StatusBarNotification sbn) { method in class:NotificationListenerService
236 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { method in class:NotificationListenerService
237 onNotificationPosted(sbn);
251 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
272 * {@link #onNotificationPosted(StatusBarNotification)}, will be intact.
472 * Sets the notification trim that will be received via {@link #onNotificationPosted}.
487 * @param trim trim of the notifications to be passed via {@link #onNotificationPosted}.
578 Log.w(TAG, "onNotificationPosted: can't rebuild notification from " +
701 * as {@link #onNotificationPosted(StatusBarNotification, RankingMap)},
866 public void onNotificationPosted(IStatusBarNotificationHolde method in class:NotificationListenerService.NotificationListenerWrapper
[all...]

Completed in 82 milliseconds