This flag shipped in V and can now be cleaned up. Bug: 356086806 Flag: EXEMPT cleaning up launched flag Test: atest ApplicationFeatureProviderImplTest Change-Id: I763683bdd708902305d53c504abc6fae96d4deb4
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