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