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