Since new UI design only exist two button in layout, we don't need these methods anymore. Test: robotest Bug: 116346008 Change-Id: If2e8f7dddb9c13e480438f36fe3c5d6affa4e9ff
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.