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

Commit 7af4dae7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "VolumeControlService: Improve succeed connect test" am: 0487c734 am:...

Merge "VolumeControlService: Improve succeed connect test" am: 0487c734 am: e35081c8 am: e820e220 am: ed71817b

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2056891



Change-Id: I4f0c1086bdbdc606dd360e7f72adaad805cff46c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a4d471e8 ed71817b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -317,6 +317,10 @@ public class VolumeControlServiceTest {

        // Send a connect request
        Assert.assertTrue("Connect expected to succeed", mService.connect(mDevice));

        // Verify the connection state broadcast, and that we are in Connecting state
        verifyConnectionStateIntent(TIMEOUT_MS, mDevice, BluetoothProfile.STATE_CONNECTING,
                BluetoothProfile.STATE_DISCONNECTED);
    }

    /**