Update the timestamp label into uppercase based on the different locale and increase the vertical offset from UX review feedback Test: presubmit Change-Id: Ie5e86967e36773f1f8c4f628501514b1a7fd22f5
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.