// 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.loaders; import android.content.Loader; import com.olio.util.ALog; // Referenced classes of package com.olio.olios.model.loaders: // AlwaysRun, ContentLoader class this._cls0 implements AlwaysRun { final ContentLoader this$0; public void run(Loader loader) { ALog.d("Loader='%s', Id=%d, Action=ALWAYS_RUN", new Object[] { type, Integer.valueOf(getId()) }); } () { this$0 = ContentLoader.this; super(); } }