The layout of AppDataUsagePreference including a progressbar, that's not common pattern in SettingsLib. Bug: 365506467 Bug: 370456736 Change-Id: I28d25724067d85f8d37c3b5273d38055ba7021a6 Test: atest Flag: EXEMPT bugfix
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