Searched refs:mNotificationKeys (Results 1 – 1 of 1) sorted by relevance
36 private final List<NotificationKeyData> mNotificationKeys = new ArrayList<>(); field in DotInfo48 int indexOfPrevKey = mNotificationKeys.indexOf(notificationKey); in addOrUpdateNotificationKey()50 : mNotificationKeys.get(indexOfPrevKey); in addOrUpdateNotificationKey()61 boolean added = mNotificationKeys.add(notificationKey); in addOrUpdateNotificationKey()72 boolean removed = mNotificationKeys.remove(notificationKey); in removeNotificationKey()80 return mNotificationKeys; in getNotificationKeys()