When enhanced estimation is enabled, it may still have malfunction when getting data from it. This CL handles this case and fall back to default estimation. Change-Id: Id8d75b07316afa8a73a302b49dc7f8e8b77d4fa4 Fixes: 121213171 Test: 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.