Searched refs:mNotificationsToWrite (Results 1 – 1 of 1) sorted by relevance
227 private List<HistoricalNotification> mNotificationsToWrite = new ArrayList<>(); field in NotificationHistory311 for (int i = 0; i < mNotificationsToWrite.size(); i++) { in poolStringsFromNotifications()312 final HistoricalNotification notification = mNotificationsToWrite.get(i); in poolStringsFromNotifications()329 mNotificationsToWrite.add(notification); in addNotificationToWrite()340 mNotificationsToWrite.add(0, notification); in addNewNotificationToWrite()348 Collections.sort(mNotificationsToWrite, in addNotificationsToWrite()357 for (int i = mNotificationsToWrite.size() - 1; i >= 0; i--) { in removeNotificationsFromWrite()358 if (packageName.equals(mNotificationsToWrite.get(i).getPackage())) { in removeNotificationsFromWrite()359 mNotificationsToWrite.remove(i); in removeNotificationsFromWrite()370 for (int i = mNotificationsToWrite.size() - 1; i >= 0; i--) { in removeNotificationFromWrite()[all …]