// 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.bluetooth; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; // Referenced classes of package com.oliodevices.assist.bluetooth: // BluetoothMessageManager private class this._cls0 implements com.oliodevices.assist.app.fragments.._cls0 { final BluetoothMessageManager this$0; public BluetoothDevice getDevice(String s) { return BluetoothAdapter.getDefaultAdapter().getRemoteDevice(s); } public void handleUnpairing() { } public void onAddTimeZone() { } public void onChangeName(String s) { } private Y() { this$0 = BluetoothMessageManager.this; super(); } }