Set the callback to VolumeSeekBarPreference directly and simplify SoundSettings. Bug: 386162594 Flag: EXEMPT refactor Test: atest&manual Change-Id: Ic114c15c236da9f3ea3754408adbfa9c841befd0
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