Settings page for gesture that allows the display to wake up. Can be configured via overlays using config_dozeWakeScreenSensorType Bug: 111414690 Test: manual Test: make RunSettingsRoboTests ROBOTEST_FILTER=WakeScreenGesturePreferenceControllerTest Test: make RunSettingsRoboTests ROBOTEST_FILTER=WakeScreenGestureSettingsTest Change-Id: Ic44f0ee9e781bda3b06cf4896217b324b9e3606c
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.