// 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.content.Context; import android.content.Intent; import android.view.KeyEvent; // Referenced classes of package com.oliodevices.assist.bluetooth: // BluetoothParser static final class val.context implements Runnable { final Context val$context; final int val$keyCode; public void run() { Intent intent = new Intent("android.intent.action.MEDIA_BUTTON", null); intent.putExtra("android.intent.extra.KEY_EVENT", new KeyEvent(1, val$keyCode)); val$context.sendOrderedBroadcast(intent, null); } (int i, Context context1) { val$keyCode = i; val$context = context1; super(); } }