Integrate with the multiple shortcut selections and change the behavior as below: - Get the shortcut type from system provider or shared_prefs if this is first time to use. - Update the shared_prefs for what user seen. Bug: 142530063 Bug: 142531156 Test: make RunSettingsRoboTests2 Test: make RunSettingsRoboTests ROBOTEST_FILTER=AccessibilityUtilTest Change-Id: I58aeb960e2c4aa0bc2432be34c1372c0de89117a
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.