The key ACCESSIBILITY_FONT_SCALING_HAS_BEEN_CHANGED will be always ON after users modify the font size for the first time. Bug: 269679768 Test: make RunSettingsRoboTests ROBOTEST_FILTER=FontSizeDataTest Change-Id: I5967227ce05d5b8bf37dfec9aafa015c5cacbd30 Merged-In: I382e4ecd3c335d7b046f157cedc093fc40c3a77a
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.