// 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 android.support.v4.app.FragmentActivity; import com.olio.data.object.user.ActivityTimes; import com.olio.data.object.user.CalendarSettings; import com.olio.data.object.user.FavoriteContacts; import com.olio.data.object.user.Locations; import com.olio.data.object.user.TransportationSettings; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment class this._cls0 extends AsyncTask { final PersonalInfoFragment this$0; protected volatile Object doInBackground(Object aobj[]) { return doInBackground((Void[])aobj); } protected transient Void doInBackground(Void avoid[]) { if (isCancelled()) { return null; } else { avoid = getActivity().getContentResolver(); PersonalInfoFragment.access$002(PersonalInfoFragment.this, FavoriteContacts.get(avoid)); PersonalInfoFragment.access$102(PersonalInfoFragment.this, Locations.get(avoid)); PersonalInfoFragment.access$202(PersonalInfoFragment.this, ActivityTimes.get(avoid)); PersonalInfoFragment.access$302(PersonalInfoFragment.this, TransportationSettings.get(avoid)); PersonalInfoFragment.access$402(PersonalInfoFragment.this, CalendarSettings.get(avoid)); return null; } } protected volatile void onPostExecute(Object obj) { onPostExecute((Void)obj); } protected void onPostExecute(Void void1) { if (isAdded()) { PersonalInfoFragment.access$500(PersonalInfoFragment.this); } } A() { this$0 = PersonalInfoFragment.this; super(); } }