// 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; import com.olio.util.ALog; // 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.intent.action.SCREEN_ON".equals(intent.getAction())) { ALog.d("Screen turned on, starting connection", new Object[0]); BluetoothMessageManager.access$000(BluetoothMessageManager.this); } } () { this$0 = BluetoothMessageManager.this; super(); } }