Home
last modified time | relevance | path

Searched refs:getActiveNotifications (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java377 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
378 return getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
391 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
392 return getActiveNotifications(null, trim); in getActiveNotifications()
404 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
405 return getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
421 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DINotificationManager.aidl56 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java155 public ArrayList<Entry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
DBaseStatusBar.java410 final StatusBarNotification[] notifications = getActiveNotifications();
1741 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java544 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();
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1229 public StatusBarNotification[] getActiveNotifications(String callingPkg) {
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt183 … android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.…
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt380 … android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.…
/frameworks/base/api/
Dsystem-current.txt28679 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…
Dcurrent.txt27049 method public android.service.notification.StatusBarNotification[] getActiveNotifications();
27050 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…