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