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.java38 private final List<NotificationKeyData> mNotificationKeys = new ArrayList<>(); field in DotInfo
50 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()