// 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.content.Context; import android.support.v4.app.FragmentActivity; import android.view.View; import android.widget.TextView; import com.olio.data.object.user.TransportationSettings; import com.squareup.otto.Bus; import java.util.List; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment class this._cls0 extends this._cls0 { final PersonalInfoFragment this$0; public volatile void bind(Object obj) { bind((String)obj); } public void bind(String s) { super.bind(s); nameView.setText(s); } public int getItemType() { return 5; } public void init(Context context, Bus bus, View view, boolean flag) { super.nameView(context, bus, view, flag); descriptionLine1View.setVisibility(8); descriptionLine2View.setVisibility(8); } public void removeFromModel() { PersonalInfoFragment.access$300(PersonalInfoFragment.this).getTransportation().remove(item); PersonalInfoFragment.access$300(PersonalInfoFragment.this).save(getActivity().getContentResolver()); } () { this$0 = PersonalInfoFragment.this; super(); } }