Searched refs:historyList (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotificationAdapter.java45 private List<Notification> historyList; field in class:NotificationAdapter
57 historyList = new SortedList<>();
64 if (pendingList.isEmpty() && historyList.isEmpty()) {
67 if (pendingList.isEmpty() || historyList.isEmpty()) {
82 return historyList;
86 return historyList;
154 historyList.clear();
160 historyList.add(notification);

Completed in 35 milliseconds