When two loaders started almost at the same time, it is possible onLoadFinished is never called. Bug: 256523472 Test: Unit tests passed and manual test on device Change-Id: I41a041d5878f9930db44775408380d0d4588faba Signed-off-by: Zhenwei Chen <zhenwec@google.com>
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.