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