// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.core; // Referenced classes of package com.oliodevices.assist.app.core: // ServicesUtil static class onFilters.Category { static final int $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[]; static { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category = new int[com.olio.communication.notifications.ters.Category.values().length]; try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.INCOMING_CALL.ordinal()] = 1; } catch (NoSuchFieldError nosuchfielderror23) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.MISSED_CALL.ordinal()] = 2; } catch (NoSuchFieldError nosuchfielderror22) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.EMAIL.ordinal()] = 3; } catch (NoSuchFieldError nosuchfielderror21) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.ENTERTAINMENT.ordinal()] = 4; } catch (NoSuchFieldError nosuchfielderror20) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.BUSINESS_FINANCE.ordinal()] = 5; } catch (NoSuchFieldError nosuchfielderror19) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.HEALTH_FITNESS.ordinal()] = 6; } catch (NoSuchFieldError nosuchfielderror18) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.LOCATION.ordinal()] = 7; } catch (NoSuchFieldError nosuchfielderror17) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.MESSAGING.ordinal()] = 8; } catch (NoSuchFieldError nosuchfielderror16) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.SMS.ordinal()] = 9; } catch (NoSuchFieldError nosuchfielderror15) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.NEWS.ordinal()] = 10; } catch (NoSuchFieldError nosuchfielderror14) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.OTHER.ordinal()] = 11; } catch (NoSuchFieldError nosuchfielderror13) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.SOCIAL.ordinal()] = 12; } catch (NoSuchFieldError nosuchfielderror12) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.VOICEMAIL.ordinal()] = 13; } catch (NoSuchFieldError nosuchfielderror11) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.MUSIC.ordinal()] = 14; } catch (NoSuchFieldError nosuchfielderror10) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.NAVIGATION.ordinal()] = 15; } catch (NoSuchFieldError nosuchfielderror9) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.ALARM.ordinal()] = 16; } catch (NoSuchFieldError nosuchfielderror8) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.BIRTHDAY.ordinal()] = 17; } catch (NoSuchFieldError nosuchfielderror7) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.OLIO_ASSIST.ordinal()] = 18; } catch (NoSuchFieldError nosuchfielderror6) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.REMINDER.ordinal()] = 19; } catch (NoSuchFieldError nosuchfielderror5) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.SCHEDULE.ordinal()] = 20; } catch (NoSuchFieldError nosuchfielderror4) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.STOPWATCH.ordinal()] = 21; } catch (NoSuchFieldError nosuchfielderror3) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.TIMER.ordinal()] = 22; } catch (NoSuchFieldError nosuchfielderror2) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.TRAVEL.ordinal()] = 23; } catch (NoSuchFieldError nosuchfielderror1) { } try { $SwitchMap$com$olio$communication$notifications$NotificationFilters$Category[com.olio.communication.notifications.ters.Category.WEATHER.ordinal()] = 24; } catch (NoSuchFieldError nosuchfielderror) { return; } } }