// 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.state; import android.content.Context; import com.olio.olios.model.record.AsyncSerializedRecordLoader; // Referenced classes of package com.olio.state: // DoNotDisturb public class DoNotDisturbLoader extends AsyncSerializedRecordLoader { public DoNotDisturbLoader(Context context) { super(context); } public String getType() { return "do-not-disturb"; } public DoNotDisturb loadInBackground() { return DoNotDisturb.get(getContext().getContentResolver()); } public volatile Object loadInBackground() { return loadInBackground(); } }