HomeSort by relevance Sort by last modified time
    Searched refs:activeNotifications (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
132 final StatusBarNotification[] activeNotifications = mNotificationManager
135 int numberOfNotifications = activeNotifications.length;
138 for (StatusBarNotification notification : activeNotifications) {
170 final StatusBarNotification[] activeNotifications = mNotificationManager
173 final int numberOfNotifications = activeNotifications.length;
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
132 final StatusBarNotification[] activeNotifications = mNotificationManager
135 int numberOfNotifications = activeNotifications.length;
138 for (StatusBarNotification notification : activeNotifications) {
170 final StatusBarNotification[] activeNotifications = mNotificationManager
173 final int numberOfNotifications = activeNotifications.length;
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
132 final StatusBarNotification[] activeNotifications = mNotificationManager
135 int numberOfNotifications = activeNotifications.length;
138 for (StatusBarNotification notification : activeNotifications) {
170 final StatusBarNotification[] activeNotifications = mNotificationManager
173 final int numberOfNotifications = activeNotifications.length;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 149 ArrayList<NotificationData.Entry> activeNotifications =
151 final int size = activeNotifications.size();
156 NotificationData.Entry ent = activeNotifications.get(i);
PhoneStatusBar.java 613 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
614 int N = activeNotifications.size();
616 Entry entry = activeNotifications.get(i);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]

Completed in 105 milliseconds