Test: Manual (Try to enroll your fingerprint in a side fps device, and observe that there is no subtext in landscape mode) Bug: 267271891 Change-Id: Iba4c13e8083ecb92f8033882af9147f14071e726
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.