Loading android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceAndStateMachineTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -1015,6 +1016,7 @@ public class HeadsetServiceAndStateMachineTest { * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification */ @Test @Ignore("b/271351629") public void testVoiceRecognition_MultiAgInitiatedSuccess() { // Connect two devices BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0); Loading Loading @@ -1056,6 +1058,7 @@ public class HeadsetServiceAndStateMachineTest { * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification */ @Test @Ignore("b/271351629") public void testVoiceRecognition_MultiAgInitiatedDeviceNotActive() { // Connect two devices BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceAndStateMachineTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -1015,6 +1016,7 @@ public class HeadsetServiceAndStateMachineTest { * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification */ @Test @Ignore("b/271351629") public void testVoiceRecognition_MultiAgInitiatedSuccess() { // Connect two devices BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0); Loading Loading @@ -1056,6 +1058,7 @@ public class HeadsetServiceAndStateMachineTest { * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification */ @Test @Ignore("b/271351629") public void testVoiceRecognition_MultiAgInitiatedDeviceNotActive() { // Connect two devices BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0); Loading