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

Commit 13438b02 authored by Eric Rowe's avatar Eric Rowe
Browse files

DO NOT MERGE Separate utility methods into utility class.

Methods in BluetoothTestUtils remain the same as they were in
BluetoothStressTest except for the constructor and close().  The constructor
is derived from setUp() and close() from tearDown().

Change-Id: Ifce16346f30eccdcc10ab846800e8a6fd2a24361
parent 68ae91cb
Loading
Loading
Loading
Loading
+34 −937

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ public class BluetoothTestRunner extends InstrumentationTestRunner {
    public static int sEnableIterations = 100;
    public static int sDiscoverableIterations = 1000;
    public static int sScanIterations = 1000;
    public static int sConnectHeadsetIterations = 1000;
    public static int sConnectA2dpIterations = 1000;
    public static int sConnectHeadsetIterations = 100;
    public static int sConnectA2dpIterations = 100;

    public static String sHeadsetAddress = "";
    public static String sA2dpAddress = "";
+939 −0

File added.

Preview size limit exceeded, changes collapsed.