Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java418 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationListenerService
419 return getActiveNotifications(null, TRIM_FULL); in getActiveNotifications()
432 public StatusBarNotification[] getActiveNotifications(int trim) { in getActiveNotifications() method in NotificationListenerService
433 return getActiveNotifications(null, trim); in getActiveNotifications()
445 public StatusBarNotification[] getActiveNotifications(String[] keys) { in getActiveNotifications() method in NotificationListenerService
446 return getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications()
462 public StatusBarNotification[] getActiveNotifications(String[] keys, int trim) { in getActiveNotifications() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DINotificationManager.aidl60 StatusBarNotification[] getActiveNotifications(String callingPkg); in getActiveNotifications() method
DNotificationManager.java677 public StatusBarNotification[] getActiveNotifications() { in getActiveNotifications() method in NotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java186 public ArrayList<Entry> getActiveNotifications() { in getActiveNotifications() method in NotificationData
DBaseStatusBar.java449 final StatusBarNotification[] notifications = getActiveNotifications();
1640 int notificationLoad = mNotificationData.getActiveNotifications().size();
1760 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java531 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
1261 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationShade()
1429 mNotificationData.getActiveNotifications().size() == 0; in updateEmptyShadeView()
1436 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateSpeedbump()
1479 mNotificationData.getActiveNotifications().size() + " any=" + in setAreThereNotifications()
1510 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in findAndUpdateMediaNotifications()
2920 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in resetUserExpandedStates()
3949 return !mNotificationData.getActiveNotifications().isEmpty(); in hasActiveNotifications()
4002 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in check()
DStatusBarIconController.java196 notificationData.getActiveNotifications(); in updateNotificationIcons()
/frameworks/base/docs/html-intl/intl/ru/preview/
Dapi-overview.jd256 …<li>{@code NotificationManager.getActiveNotifications()} — новый метод, с помощью которого ваше пр…
/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Dapi-overview.jd256 <li>新增了 {@code NotificationManager.getActiveNotifications()} 方法,让您的应用能够了解哪些通知目前处于活动状态。
/frameworks/base/docs/html-intl/intl/zh-tw/preview/
Dapi-overview.jd256 <li>新的 {@code NotificationManager.getActiveNotifications()} 方法,讓您的應用程式能夠找出它們目前有哪些通知仍處於有效狀態。
/frameworks/base/docs/html-intl/intl/ko/preview/
Dapi-overview.jd256 …<li>새 {@code NotificationManager.getActiveNotifications()} 메서드가 추가되었습니다. 이것을 사용하면 앱이 자신의 알림 중 현재 활…
/frameworks/base/docs/html-intl/intl/ja/preview/
Dapi-overview.jd256 <li>現在どの通知がアクティブなのかをアプリが検出できるようにする新しい {@code NotificationManager.getActiveNotifications()} メソッド。
/frameworks/base/docs/html/preview/
Dapi-overview.jd292 <li>New {@link android.app.NotificationManager#getActiveNotifications()} method that allows your
/frameworks/base/docs/html-intl/intl/es/preview/
Dapi-overview.jd256 …<li>Nuevo método {@code NotificationManager.getActiveNotifications()} que permite que sus aplicaci…
/frameworks/base/docs/html-intl/intl/pt-br/preview/
Dapi-overview.jd256 …<li>Novo método {@code NotificationManager.getActiveNotifications()} que permite que os aplicativos
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1256 public StatusBarNotification[] getActiveNotifications(String callingPkg) {
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt380 … android.service.notification.NotificationListenerService Method getActiveNotifications(java.lang.…
/frameworks/base/api/
Dsystem-current.txt5148 method public android.service.notification.StatusBarNotification[] getActiveNotifications();
30772 method public android.service.notification.StatusBarNotification[] getActiveNotifications();
30773 method public android.service.notification.StatusBarNotification[] getActiveNotifications(int);
30774 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…
30775 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…
Dcurrent.txt5031 method public android.service.notification.StatusBarNotification[] getActiveNotifications();
28675 method public android.service.notification.StatusBarNotification[] getActiveNotifications();
28676 …method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lan…