Searched defs:notificationList (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/
H A DMechanism.java46 private final List<Notification> notificationList; field in class:Mechanism
58 notificationList = new SortedList<>();
72 if (!notificationList.contains(notification)) {
74 notificationList.add(notification);
85 return Collections.unmodifiableList(notificationList);
92 List<Notification> deleteList = new ArrayList<>(notificationList);
96 notificationList.remove(notification);
108 notificationList.remove(notification);
169 for (Notification notification : notificationList) {
180 for (Notification notification : notificationList) {
[all...]

Completed in 35 milliseconds