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

Commit cf51f9ca authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by android-build-merger
Browse files

Merge \\"Fix build break by adding missing parenthesis.\\" into nyc-mr1-dev am: b22a60f9

am: b5ab4c5c

Change-Id: I08107d8f08a35b75a14b9ea5bb2a3cb5bab48551
parents 8f1a89fd b5ab4c5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ public class BluetoothTestUtils extends Assert {
        try {
            success = completionSemaphore.tryAcquire(DISCOVERABLE_UNDISCOVERABLE_TIMEOUT,
                    TimeUnit.MILLISECONDS);
            writeOutput(String.format("discoverable() completed in 0 ms");
            writeOutput(String.format("discoverable() completed in 0 ms"));
        } catch (final InterruptedException e) {
            // This should never happen but just in case it does, the test will fail anyway.
        }
@@ -589,7 +589,7 @@ public class BluetoothTestUtils extends Assert {
        try {
            success = completionSemaphore.tryAcquire(DISCOVERABLE_UNDISCOVERABLE_TIMEOUT,
                    TimeUnit.MILLISECONDS);
            writeOutput(String.format("undiscoverable() completed in 0 ms");
            writeOutput(String.format("undiscoverable() completed in 0 ms"));
        } catch (InterruptedException e) {
            // This should never happen but just in case it does, the test will fail anyway.
        }