Loading tests/robotests/src/com/android/settings/connecteddevice/stylus/StylusDevicesControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -394,7 +394,7 @@ public class StylusDevicesControllerTest { assertThat(buttonsPref.isChecked()).isEqualTo(false); assertThat(Settings.Secure.getInt(mContext.getContentResolver(), Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(0); Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(1); } private void showScreen(StylusDevicesController controller) { Loading Loading
tests/robotests/src/com/android/settings/connecteddevice/stylus/StylusDevicesControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -394,7 +394,7 @@ public class StylusDevicesControllerTest { assertThat(buttonsPref.isChecked()).isEqualTo(false); assertThat(Settings.Secure.getInt(mContext.getContentResolver(), Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(0); Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(1); } private void showScreen(StylusDevicesController controller) { Loading