Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java74 int indexOfPrevKey = mNotificationKeys.indexOf(notificationKey); in addOrUpdateNotificationKey() local
75 NotificationKeyData prevKey = indexOfPrevKey == -1 ? null in addOrUpdateNotificationKey()
76 : mNotificationKeys.get(indexOfPrevKey); in addOrUpdateNotificationKey()