Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsHeaderControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class BluetoothDetailsHeaderControllerTest extends BluetoothDetailsContro */ @Test public void testContextMock() { assertThat(mContext.getString(R.string.bluetooth_connected)).isEqualTo("Connected"); assertThat(mContext.getString(R.string.bluetooth_connected)).isNotNull(); } @Test Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsHeaderControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class BluetoothDetailsHeaderControllerTest extends BluetoothDetailsContro */ @Test public void testContextMock() { assertThat(mContext.getString(R.string.bluetooth_connected)).isEqualTo("Connected"); assertThat(mContext.getString(R.string.bluetooth_connected)).isNotNull(); } @Test Loading