Searched refs:mEnqueuedNotifications (Results 1 – 1 of 1) sorted by relevance
420 final ArrayList<NotificationRecord> mEnqueuedNotifications = new ArrayList<>(); field in NotificationManagerService1529 + mSummaryByGroupKey.size() + mEnqueuedNotifications.size(); in getNotificationRecordCount()1546 mEnqueuedNotifications.clear(); in clearNotifications()1563 mEnqueuedNotifications.add(r); in addEnqueuedNotification()3062 = new ArrayMap<>(mNotificationList.size() + mEnqueuedNotifications.size());3077 final int M = mEnqueuedNotifications.size();3080 mEnqueuedNotifications.get(i).sbn);4044 int N = mEnqueuedNotifications.size();4046 final NotificationRecord r = mEnqueuedNotifications.get(i);4504 N = mEnqueuedNotifications.size();[all …]