D | CarNotificationTypeItem.java | 38 public enum CarNotificationTypeItem { enum 78 private static final Map<Integer, CarNotificationTypeItem> 83 for (CarNotificationTypeItem carNotificationTypeItem : values()) { 89 CarNotificationTypeItem(int headsUpTemplate, int notificationCenterTemplate, in CarNotificationTypeItem() method in CarNotificationTypeItem 167 public static CarNotificationTypeItem of(int viewType) { in of() 168 CarNotificationTypeItem result = VIEW_TYPE_CAR_NOTIFICATION_TYPE_ITEM_MAP.get(viewType); in of()
|