// 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("setDND", new Object[0]); if (intent != null) { boolean flag = intent.getBooleanExtra("dnd_state", false); mWatchStatus.setDND(Boolean.valueOf(flag).booleanValue()); } } private () { this$0 = ConfigWatchFragment.this; super(); } this._cls0(this._cls0 _pcls0) { this(); } }