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