Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java75 NotificationKeyData prevKey = indexOfPrevKey == -1 ? null in addOrUpdateNotificationKey() local
77 if (prevKey != null) { in addOrUpdateNotificationKey()
78 if (prevKey.count == notificationKey.count) { in addOrUpdateNotificationKey()
82 mTotalCount -= prevKey.count; in addOrUpdateNotificationKey()
84 prevKey.count = notificationKey.count; in addOrUpdateNotificationKey()