- Use CountryZonesFinder to provide time zone id and region-to-timezone mapping, where the underlying data is updatable through an unbundled time zone data app in some devices. Bug: 73952488 Bug: 72144448 Test: m RunSettingsRoboTests Change-Id: I2e01e167c48987ebb98d4881a1a528d16dd82944
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.