Tap setting is similar to double tap, it will wake-up the phone when invoked. This setting page allows for configuration since both gestures aren't mutually exclusive. Change-Id: Ia62a1fafcc108e3c0b14613cb30224eae7b35f6a Fixes: 121198822 Test: make RunSettingsRoboTests
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.