// 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; import android.database.ContentObserver; import android.net.Uri; import com.olio.util.ALog; // Referenced classes of package com.oliodevices.assist.app: // DebugFragment private class this._cls0 extends ContentObserver { final DebugFragment this$0; public boolean deliverSelfNotifications() { return true; } public void onChange(boolean flag) { onChange(flag, null); } public void onChange(boolean flag, Uri uri) { ALog.d("Received change event for URI: %s", new Object[] { uri }); updateCalendarComplication(); } public () { this$0 = DebugFragment.this; super(null); } }