// 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.bluetooth; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; // Referenced classes of package com.oliodevices.assist.bluetooth: // BluetoothMessageManager class this._cls0 extends BroadcastReceiver { final BluetoothMessageManager this$0; public void onReceive(Context context, Intent intent) { if (!"android.bluetooth.adapter.action.STATE_CHANGED".equals(intent.getAction())) goto _L2; else goto _L1 _L1: intent.getIntExtra("android.bluetooth.adapter.extra.STATE", 0x80000000); JVM INSTR tableswitch 12 12: default 40 // 12 41; goto _L2 _L3 _L2: return; _L3: BluetoothMessageManager.access$100(BluetoothMessageManager.this); return; } () { this$0 = BluetoothMessageManager.this; super(); } }