// 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.olio.communication.bluetooth.channel_messages; // Referenced classes of package com.olio.communication.bluetooth.channel_messages: // ANCSNotification public static final class extends Enum { private static final removed $VALUES[]; public static final removed removed; public static final removed visible; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/bluetooth/channel_messages/ANCSNotification$AppleNotificationCenterStatus, s); } public static [] values() { return ([])$VALUES.clone(); } static { visible = new ("visible", 0); removed = new ("removed", 1); $VALUES = (new .VALUES[] { visible, removed }); } private (String s, int i) { super(s, i); } }