Searched refs:mNotificationKeys (Results 1 – 1 of 1) sorted by relevance
38 private final List<NotificationKeyData> mNotificationKeys = new ArrayList<>(); field in DotInfo50 int indexOfPrevKey = mNotificationKeys.indexOf(notificationKey); in addOrUpdateNotificationKey()52 : mNotificationKeys.get(indexOfPrevKey); in addOrUpdateNotificationKey()63 boolean added = mNotificationKeys.add(notificationKey); in addOrUpdateNotificationKey()74 boolean removed = mNotificationKeys.remove(notificationKey); in removeNotificationKey()82 return mNotificationKeys; in getNotificationKeys()