// 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.Context; import com.olio.communication.messages.MessagePayload; import com.olio.olios.model.SerializedUnitRecordMessagePayload; import com.olio.util.ALog; // Referenced classes of package com.olio.olios.model.loaders: // ContentLoader, UnitLoaderConfig, AlwaysRun, DataCreator private static class key extends ContentLoader { final String key; public volatile MessagePayload loadInBackground() { return loadInBackground(); } public SerializedUnitRecordMessagePayload loadInBackground() { ALog.d("Loader=('%s', '%s'), Id=%d, Action=BACKGROUND_LOAD", new Object[] { type, key, Integer.valueOf(getId()) }); return (SerializedUnitRecordMessagePayload)SerializedUnitRecordMessagePayload.get(type, key, contentResolver); } public volatile Object loadInBackground() { return loadInBackground(); } public (Context context, String s, String s1, AlwaysRun alwaysrun, DataCreator datacreator) { super(context, s, alwaysrun, datacreator); key = s1; } }