Bug: 338416256 Fixes: 331324279 Test: atest EvenDimmerPreferenceControllerTest Change-Id: I039f90df1b77348cde543964905c0745c888413d
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