Home
last modified time | relevance | path

Searched defs:sbn (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java211 StatusBarNotification sbn = entry.notification; in filterAndSort() local
228 StatusBarNotification sbn = ent.notification; in filterAndSort() local
243 boolean shouldFilterOut(StatusBarNotification sbn) { in shouldFilterOut()
277 public static boolean showNotificationEvenIfUnprovisioned(StatusBarNotification sbn) { in showNotificationEvenIfUnprovisioned()
318 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification()
329 public boolean isNotificationForCurrentProfiles(StatusBarNotification sbn); in isNotificationForCurrentProfiles()
DBaseStatusBar.java757 protected void applyColorsAndBackgrounds(StatusBarNotification sbn, in applyColorsAndBackgrounds()
841 final StatusBarNotification sbn = row.getStatusBarNotification(); in inflateGuts() local
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java140 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
153 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted()
174 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved()
198 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
608 StatusBarNotification sbn; in onNotificationPosted() local
630 StatusBarNotification sbn; in onNotificationRemoved() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java47 final StatusBarNotification sbn; field in NotificationRecord
74 public NotificationRecord(StatusBarNotification sbn, int score) in NotificationRecord()
DNotificationManagerService.java1574 final StatusBarNotification sbn = mNotificationList.get(i).sbn; in getActiveNotificationKeys() local
1658 final StatusBarNotification sbn = iter.next(); in dumpImpl() local
1935 StatusBarNotification sbn = r.sbn; in handleGroupedNotificationLocked() local
1989 StatusBarNotification sbn = r.sbn; in removeUnusedGroupedNotificationLocked() local
2928 private boolean isVisibleToListener(StatusBarNotification sbn, ManagedServiceInfo listener) { in isVisibleToListener()
3007 public void notifyPostedLocked(StatusBarNotification sbn, StatusBarNotification oldSbn) { in notifyPostedLocked()
3055 public void notifyRemovedLocked(StatusBarNotification sbn) { in notifyRemovedLocked()
3121 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted()
3131 private void notifyRemoved(ManagedServiceInfo info, StatusBarNotification sbn, in notifyRemoved()
3234 public boolean matches(StatusBarNotification sbn) { in matches()