// 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.bluetooth.BluetoothDevice; import android.view.View; import android.widget.AdapterView; import com.oliodevices.assist.app.adapters.DeviceListAdapter; // Referenced classes of package com.oliodevices.assist.app.fragments: // SetupConnectFragment class this._cls0 implements android.widget.Listener { final SetupConnectFragment this$0; public void onItemClick(AdapterView adapterview, View view, int i, long l) { SetupConnectFragment.access$700(SetupConnectFragment.this, (BluetoothDevice)SetupConnectFragment.access$000(SetupConnectFragment.this).getItem(i)); } A() { this$0 = SetupConnectFragment.this; super(); } }