// 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.oliodevices.assist.app.fragments; import android.os.AsyncTask; import com.oliodevices.assist.app.core.Utils; import java.util.ArrayList; // Referenced classes of package com.oliodevices.assist.app.fragments: // CalendarSelectionFragment class this._cls0 extends AsyncTask { final CalendarSelectionFragment this$0; protected volatile Object doInBackground(Object aobj[]) { return doInBackground((Void[])aobj); } protected transient ArrayList doInBackground(Void avoid[]) { if (isCancelled()) { return null; } else { return Utils.retrieveCalendars(getActivity()); } } protected volatile void onPostExecute(Object obj) { onPostExecute((ArrayList)obj); } protected void onPostExecute(ArrayList arraylist) { if (isAdded()) { CalendarSelectionFragment.access$202(CalendarSelectionFragment.this, arraylist); CalendarSelectionFragment.access$300(CalendarSelectionFragment.this); } } () { this$0 = CalendarSelectionFragment.this; super(); } }