Loading android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ public class AdapterServiceTest { * Test: Turn Bluetooth on. * Check whether the AdapterService gets started. */ @Ignore("b/228874625") @Test public void testEnable() { Log.e("AdapterServiceTest", "testEnable() start"); Loading android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientServiceTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,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 @@ -103,6 +104,7 @@ public class HeadsetClientServiceTest { Assert.assertNotNull(HeadsetClientService.getHeadsetClientService()); } @Ignore("b/260202548") @Test public void testSendBIEVtoStateMachineWhenBatteryChanged() { // Put mock state machine Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ public class BluetoothOppLauncherActivityTest { assertThat(argument.getValue().getData()).isEqualTo(Uri.EMPTY); } @Ignore("b/263724420") @Test public void launchDevicePicker_bluetoothNotEnabled_launchEnableActivity() throws Exception { doReturn(false).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppReceiverTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import com.google.common.base.Objects; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -93,6 +94,7 @@ public class BluetoothOppReceiverTest { Intents.release(); } @Ignore("b/262201478") @Test public void onReceive_withActionDeviceSelected_callsStartTransfer() { BluetoothOppManager bluetoothOppManager = spy(BluetoothOppManager.getInstance(mContext)); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ public class AdapterServiceTest { * Test: Turn Bluetooth on. * Check whether the AdapterService gets started. */ @Ignore("b/228874625") @Test public void testEnable() { Log.e("AdapterServiceTest", "testEnable() start"); Loading
android/app/tests/unit/src/com/android/bluetooth/hfpclient/HeadsetClientServiceTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,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 @@ -103,6 +104,7 @@ public class HeadsetClientServiceTest { Assert.assertNotNull(HeadsetClientService.getHeadsetClientService()); } @Ignore("b/260202548") @Test public void testSendBIEVtoStateMachineWhenBatteryChanged() { // Put mock state machine Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ public class BluetoothOppLauncherActivityTest { assertThat(argument.getValue().getData()).isEqualTo(Uri.EMPTY); } @Ignore("b/263724420") @Test public void launchDevicePicker_bluetoothNotEnabled_launchEnableActivity() throws Exception { doReturn(false).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppReceiverTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import com.google.common.base.Objects; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -93,6 +94,7 @@ public class BluetoothOppReceiverTest { Intents.release(); } @Ignore("b/262201478") @Test public void onReceive_withActionDeviceSelected_callsStartTransfer() { BluetoothOppManager bluetoothOppManager = spy(BluetoothOppManager.getInstance(mContext)); Loading