Home
last modified time | relevance | path

Searched refs:mNotificationKeys (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java36 private final List<NotificationKeyData> mNotificationKeys = new ArrayList<>(); field in DotInfo
48 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()