Searched refs:indexOfPrevKey (Results 1 – 1 of 1) sorted by relevance
50 int indexOfPrevKey = mNotificationKeys.indexOf(notificationKey); in addOrUpdateNotificationKey() local51 NotificationKeyData prevKey = indexOfPrevKey == -1 ? null in addOrUpdateNotificationKey()52 : mNotificationKeys.get(indexOfPrevKey); in addOrUpdateNotificationKey()