Loading android/app/tests/unit/src/com/android/bluetooth/le_audio/LeAudioServiceTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ import com.android.bluetooth.vc.VolumeControlService; import org.junit.After; 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 @@ -1099,6 +1100,7 @@ public class LeAudioServiceTest { * Test native interface audio configuration changed message handling */ @Test @Ignore("b/258573934") public void testMessageFromNativeAudioConfChangedActiveGroup() { doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); connectTestDevice(mSingleDevice, testGroupId); Loading Loading @@ -1277,6 +1279,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling */ @Test @Ignore("b/258573934") public void testLeadGroupDeviceDisconnects() { int groupId = 1; int direction = 2; Loading Loading @@ -1342,6 +1345,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling */ @Test @Ignore("b/258573934") public void testLeadGroupDeviceReconnects() { int groupId = 1; int direction = 2; Loading Loading
android/app/tests/unit/src/com/android/bluetooth/le_audio/LeAudioServiceTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ import com.android.bluetooth.vc.VolumeControlService; import org.junit.After; 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 @@ -1099,6 +1100,7 @@ public class LeAudioServiceTest { * Test native interface audio configuration changed message handling */ @Test @Ignore("b/258573934") public void testMessageFromNativeAudioConfChangedActiveGroup() { doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class)); connectTestDevice(mSingleDevice, testGroupId); Loading Loading @@ -1277,6 +1279,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling */ @Test @Ignore("b/258573934") public void testLeadGroupDeviceDisconnects() { int groupId = 1; int direction = 2; Loading Loading @@ -1342,6 +1345,7 @@ public class LeAudioServiceTest { * Test native interface group status message handling */ @Test @Ignore("b/258573934") public void testLeadGroupDeviceReconnects() { int groupId = 1; int direction = 2; Loading