Track method renames: getSuggestManualTimeZoneCapability() -> getSetManualTimeZoneCapability() getSuggestManualTimeCapability() -> getSetManualTimeCapability() Assuming that TimeManager.setManualTime() and TimeManager.setManualTimeZone() become system APIs in the next release, they can be used in SettingsUI in place of TimeDetector.suggestManualTime() and TimeZoneDetector.suggestManualTimeZone() (in a later commit). Bug: 236612872 Test: build only Change-Id: Ifffc022c109fa68ae705e32400db9bfc8a1632ca
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.