Test: atest SupervisionSafeSearchPreferenceTest Test: atest SupervisionWebContentFiltersScreenTest Test: manually tested with physical device Flag: android.app.supervision.flags.enable_web_content_filters_screen Bug: 401568995 Change-Id: Ia9e3f73ac6e9efbe7933dc2958443e9fdb5b4422
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest