// 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.support.v4.app.FragmentActivity; import android.widget.TextView; import com.olio.data.object.user.Location; import com.olio.data.object.user.Locations; import com.oliodevices.assist.app.core.Utils; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment, UpdateLocationFragment class t> extends t> { final PersonalInfoFragment this$0; public void bind(Location location) { super.(location); String as[] = Utils.buildAddressArray(getActivity(), location.getDisplayAddress()); nameView.setText(location.getDisplayName()); descriptionLine1View.setText(as[0]); descriptionLine2View.setText(as[1]); } public volatile void bind(Object obj) { bind((Location)obj); } public boolean canEdit() { return true; } public void editItem() { startFragment(UpdateLocationFragment.newInstance((Location)item)); } public int getItemType() { return 2; } public void removeFromModel() { PersonalInfoFragment.access$100(PersonalInfoFragment.this).removeLocation((Location)item); PersonalInfoFragment.access$100(PersonalInfoFragment.this).save(getActivity().getContentResolver()); } () { this$0 = PersonalInfoFragment.this; super(); } }