// 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; import android.bluetooth.BluetoothAdapter; import android.content.Intent; import android.view.View; import android.widget.AdapterView; import android.widget.TextView; // Referenced classes of package com.oliodevices.assist.app: // DeviceListActivity class this._cls0 implements android.widget.ckListener { final DeviceListActivity this$0; public void onItemClick(AdapterView adapterview, View view, int i, long l) { DeviceListActivity.access$100(DeviceListActivity.this).cancelDiscovery(); adapterview = ((TextView)view).getText().toString(); adapterview = adapterview.substring(adapterview.length() - 17); view = new Intent(); view.putExtra(DeviceListActivity.EXTRA_DEVICE_ADDRESS, adapterview); setResult(-1, view); finish(); } () { this$0 = DeviceListActivity.this; super(); } }