Settings get account name and account avatar from SI. According the account name to launch the account page. Bug: 119608711 Test: robotest Change-Id: I0d53e9445f4ba5ce470bd079038db0f08f0cc1c8
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.