Searched refs:getActiveNotifications (Results 1 – 10 of 10) sorted by relevance
377 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService378 return getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()391 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService392 return getActiveNotifications(null, trim); in getActiveNotifications()404 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService405 return getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()421 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
56 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method
155 public ArrayList<Entry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
410 final StatusBarNotification[] notifications = getActiveNotifications();1741 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
544 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();1462 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationShade()1558 mNotificationData.getActiveNotifications().size() == 0; in updateEmptyShadeView()1565 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateSpeedbump()1594 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationIcons()1706 mNotificationData.getActiveNotifications().size() + " any=" +1739 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();3167 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();4201 return !mNotificationData.getActiveNotifications().isEmpty();4220 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
1229 public StatusBarNotification[] getActiveNotifications(String callingPkg) {
183 … android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.…
380 … android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.…
28679 method public android.service.notification.StatusBarNotification[] getActiveNotifications();28680 method public android.service.notification.StatusBarNotification[] getActiveNotifications(int);28681 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…28682 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…
27049 method public android.service.notification.StatusBarNotification[] getActiveNotifications();27050 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…