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

Commit a2bc4500 authored by timhypeng's avatar timhypeng Committed by tim peng
Browse files

remove unnecessary variable in CachedBluetoothDeviceManager

Bug: 112677297
Test: make -j50 RunSettingsLibRoboTests
Change-Id: Ib0fa3e2dbbc39b42d6a24526914a1911644d540d
parent 7dd9fce6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ public class CachedBluetoothDeviceManagerTest {
    private final static String DEVICE_ADDRESS_3 = "AA:BB:CC:DD:EE:33";
    private final static String DEVICE_SUMMARY_1 = "summary 1";
    private final static String DEVICE_SUMMARY_2 = "summary 2";
    private final static String DEVICE_SUMMARY_3 = "summary 3";
    private final static long HISYNCID1 = 10;
    private final static long HISYNCID2 = 11;
    private final BluetoothClass DEVICE_CLASS_1 =
@@ -82,11 +81,6 @@ public class CachedBluetoothDeviceManagerTest {
    private CachedBluetoothDevice mCachedDevice3;
    private CachedBluetoothDeviceManager mCachedDeviceManager;
    private Context mContext;
    private String[] mActiveDeviceStringsArray;
    private String mActiveDeviceStringNone;
    private String mActiveDeviceStringAll;
    private String mActiveDeviceStringMedia;
    private String mActiveDeviceStringPhone;

    @Before
    public void setUp() {