Add unit tests for the updating of the Settings Page for the Avalanche visual and auditory Suppression. Bug: 330606963 Test: PoliteNotificationGlobalPreferenceControllerTest, PoliteNotifWorkProfileToggleControllerTest Flag: com.android.server.notification.polite_notifications Change-Id: I8a84f688eb0b3981fbb0fdb699755b4601583702
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