- when the fragment is created, checks the argument to see if the extra fragment arg key is set. If so, do not hide the preferences in the advanced button. Change-Id: Id662ae1cec77edad7fcd5d6daa71929a8cb1402c Fixes: 68988454 Test: make RunSettingsRoboTests
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.