Don't clear the text when reciever has been re-registered in onResume(), where quickUpdate has been called. Change-Id: Ie056dfb225a1bf6c224932b310a97499fc26e8f0 Fixes: 69312991 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.