// 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.data.object.unit.ui; import android.content.Context; import com.olio.olios.model.record.AsyncSerializedRecordLoader; import com.olio.util.ALog; // Referenced classes of package com.olio.data.object.unit.ui: // WatchUi public class WatchUiLoader extends AsyncSerializedRecordLoader { public WatchUiLoader(Context context) { super(context); } public String getType() { return "watch-ui"; } public WatchUi loadInBackground() { ALog.d("Loading watchUI in background", new Object[0]); return WatchUi.get(getContext().getContentResolver()); } public volatile Object loadInBackground() { return loadInBackground(); } }