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

  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 41 out List<IBinder> notificationKeys, out List<StatusBarNotification> notifications,
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 430 List<IBinder> notificationKeys, List<StatusBarNotification> notifications,
441 notificationKeys.add(e.getKey());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 240 ArrayList<IBinder> notificationKeys = new ArrayList<IBinder>();
247 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
274 N = notificationKeys.size();
277 addNotification(notificationKeys.get(i), notifications.get(i));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 784 milliseconds