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

Commit 55936599 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "code cleanup. unused imports, local variabls and static constans...

Merge "code cleanup. unused imports, local variabls and static constans removed from com.android.bluetooth.opp package."
parents 16d171b1 a930b683
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