Add a way to get the timeout limit of contextual card loading from Settings.Global. If Settings.Global doesn't have the timeout limit, will use the default timeout limit. Bug: 124460999 Test: robotests Change-Id: I2a25570f51013b566914e485d61405f14290d338
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.