// 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.app.fragments; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.olio.util.ALog; // Referenced classes of package com.oliodevices.assist.app.fragments: // AboutFragment private class extends BroadcastReceiver { final AboutFragment this$0; public void onReceive(Context context, Intent intent) { ALog.v("onReceive -- setBatteryLevel", new Object[0]); if (intent != null) { int i = intent.getIntExtra("battery_level", 0); setBatteryLevel(i); boolean flag = intent.getBooleanExtra("battery_charge_indicator", false); setCharging(flag); } } private () { this$0 = AboutFragment.this; super(); } this._cls0(this._cls0 _pcls0) { this(); } }