Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a930b683 authored by Mohammad Shamsi's avatar Mohammad Shamsi
Browse files

code cleanup.

unused imports, local variabls and static constans removed from
com.android.bluetooth.opp package.

Change-Id: I0fd682a190221e216fac71723c05d3828b9fa42d
parent cff3303d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ import com.google.android.collect.Lists;

public class BluetoothOppBatch {
    private static final String TAG = "BtOppBatch";
    private static final boolean D = Constants.DEBUG;
    private static final boolean V = Constants.VERBOSE;

    public int mId;
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ import java.util.ArrayList;
 */
public class BluetoothOppManager {
    private static final String TAG = "BluetoothOppManager";
    private static final boolean D = Constants.DEBUG;
    private static final boolean V = Constants.VERBOSE;

    private static BluetoothOppManager INSTANCE;
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ import java.util.HashMap;
 */
class BluetoothOppNotification {
    private static final String TAG = "BluetoothOppNotification";
    private static final boolean D = Constants.DEBUG;
    private static final boolean V = Constants.VERBOSE;

    static final String status = "(" + BluetoothShare.STATUS + " == '192'" + ")";
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ import android.util.Log;
 */
public class BluetoothOppPreference {
    private static final String TAG = "BluetoothOppPreference";
    private static final boolean D = Constants.DEBUG;
    private static final boolean V = Constants.VERBOSE;

    private static BluetoothOppPreference INSTANCE;
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ import android.widget.Toast;
 */
public class BluetoothOppReceiver extends BroadcastReceiver {
    private static final String TAG = "BluetoothOppReceiver";
    private static final boolean D = Constants.DEBUG;
    private static final boolean V = Constants.VERBOSE;

    @Override
Loading