// 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.olio.olios.model.record; import android.database.ContentObserver; import android.net.Uri; import android.os.Handler; import com.olio.util.ALog; // Referenced classes of package com.olio.olios.model.record: // AsyncRecordLoader private class this._cls0 extends ContentObserver { final AsyncRecordLoader this$0; public boolean deliverSelfNotifications() { return false; } public void onChange(boolean flag) { onChange(flag, null); } public void onChange(boolean flag, Uri uri) { ALog.d("Record changed.", new Object[0]); onContentChanged(); } public () { this$0 = AsyncRecordLoader.this; super(new Handler()); } }