The preference for the wifi tether password was having the input type set incorrectly. This could lead to strange keyboard behavior and the password being remembered by the keyboard which is bad. This CL sets the appropriate field where needed. Test: robotests Bug: 77853620 Change-Id: I2a72fc863cd3779aed98a0df95500b652bb51cc8
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.