// 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.data.object.bluetooth_status; // Referenced classes of package com.olio.data.object.bluetooth_status: // BluetoothNotificationObserver public static final class extends Enum { private static final PHONE $VALUES[]; public static final PHONE PHONE; public static final PHONE WATCH; public static valueOf(String s) { return ()Enum.valueOf(com/olio/data/object/bluetooth_status/BluetoothNotificationObserver$Platform, s); } public static [] values() { return ([])$VALUES.clone(); } static { WATCH = new ("WATCH", 0); PHONE = new ("PHONE", 1); $VALUES = (new .VALUES[] { WATCH, PHONE }); } private (String s, int i) { super(s, i); } }