Test: Manually verified data was fetched successfully. Test: adb shell device_config put biometrics_framework com.android.settings.flags.biometric_settings_provider true Test: atest BiometricSettingsProviderTest Bug: 303595205 Change-Id: I154754eed7c36d659853ed83cc18a2e446fb7678
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.