- Show current selected region and time zone in a 2 rows. Defailed info of current selected time zone in footer - Show option menu to switch to select UTC offset - This picker will be changed to the default picker in a later CL Bug: 73952488 Test: m RunSettingsRoboTests Change-Id: Ia81bb022e1021369612f5bd60c2c1f4d08db2af8
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.