Loading android/app/tests/unit/src/com/android/bluetooth/hap/HapClientTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,8 @@ public class HapClientTest { // Send a connect request Assert.assertTrue("Connect expected to succeed", mService.connect(mDevice)); TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mDevice)); } /** Loading Loading @@ -1045,6 +1047,8 @@ public class HapClientTest { // Add state machine for testing dump() mService.connect(mDevice); TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mDevice)); mService.dump(new StringBuilder()); } Loading Loading
android/app/tests/unit/src/com/android/bluetooth/hap/HapClientTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,8 @@ public class HapClientTest { // Send a connect request Assert.assertTrue("Connect expected to succeed", mService.connect(mDevice)); TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mDevice)); } /** Loading Loading @@ -1045,6 +1047,8 @@ public class HapClientTest { // Add state machine for testing dump() mService.connect(mDevice); TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mDevice)); mService.dump(new StringBuilder()); } Loading