// 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; // Referenced classes of package com.olio.data.object.unit.ui: // TimeZones public class TimeZonesLoader extends AsyncSerializedRecordLoader { public TimeZonesLoader(Context context) { super(context); } public String getType() { return "time-zones"; } public TimeZones loadInBackground() { return TimeZones.get(getContext().getContentResolver()); } public volatile Object loadInBackground() { return loadInBackground(); } }