Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java50 int indexOfPrevKey = mNotificationKeys.indexOf(notificationKey); in addOrUpdateNotificationKey() local
51 NotificationKeyData prevKey = indexOfPrevKey == -1 ? null in addOrUpdateNotificationKey()
52 : mNotificationKeys.get(indexOfPrevKey); in addOrUpdateNotificationKey()