Searched refs:sIdToTypeMap (Results 1 – 1 of 1) sorted by relevance
62 Holder.sIdToTypeMap.put(eventId, this); in NotificationType()66 private static SparseArray<NotificationType> sIdToTypeMap = new SparseArray<>(); field in NetworkNotificationManager.NotificationType.Holder70 return Holder.sIdToTypeMap.get(id); in getFromId()