Loading android/app/tests/unit/src/com/android/bluetooth/le_audio/LeAudioServiceTest.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -68,6 +68,7 @@ import com.android.bluetooth.vc.VolumeControlService; import org.junit.After; import org.junit.After; import org.junit.Assume; import org.junit.Assume; import org.junit.Before; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -1127,6 +1128,7 @@ public class LeAudioServiceTest { * Test native interface audio configuration changed message handling * Test native interface audio configuration changed message handling */ */ @Test @Test @Ignore("b/258573934") public void testMessageFromNativeAudioConfChangedActiveGroup() { public void testMessageFromNativeAudioConfChangedActiveGroup() { doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); connectTestDevice(mSingleDevice, testGroupId); connectTestDevice(mSingleDevice, testGroupId); Loading Loading @@ -1312,6 +1314,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling * Test native interface group status message handling */ */ @Test @Test @Ignore("b/258573934") public void testLeadGroupDeviceDisconnects() { public void testLeadGroupDeviceDisconnects() { int groupId = 1; int groupId = 1; /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ Loading Loading @@ -1381,6 +1384,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling * Test native interface group status message handling */ */ @Test @Test @Ignore("b/258573934") public void testLeadGroupDeviceReconnects() { public void testLeadGroupDeviceReconnects() { int groupId = 1; int groupId = 1; /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ Loading Loading
android/app/tests/unit/src/com/android/bluetooth/le_audio/LeAudioServiceTest.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -68,6 +68,7 @@ import com.android.bluetooth.vc.VolumeControlService; import org.junit.After; import org.junit.After; import org.junit.Assume; import org.junit.Assume; import org.junit.Before; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runner.RunWith; Loading Loading @@ -1127,6 +1128,7 @@ public class LeAudioServiceTest { * Test native interface audio configuration changed message handling * Test native interface audio configuration changed message handling */ */ @Test @Test @Ignore("b/258573934") public void testMessageFromNativeAudioConfChangedActiveGroup() { public void testMessageFromNativeAudioConfChangedActiveGroup() { doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); connectTestDevice(mSingleDevice, testGroupId); connectTestDevice(mSingleDevice, testGroupId); Loading Loading @@ -1312,6 +1314,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling * Test native interface group status message handling */ */ @Test @Test @Ignore("b/258573934") public void testLeadGroupDeviceDisconnects() { public void testLeadGroupDeviceDisconnects() { int groupId = 1; int groupId = 1; /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ Loading Loading @@ -1381,6 +1384,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling * Test native interface group status message handling */ */ @Test @Test @Ignore("b/258573934") public void testLeadGroupDeviceReconnects() { public void testLeadGroupDeviceReconnects() { int groupId = 1; int groupId = 1; /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */ Loading