Flag: EXEMPT bugfix Bug: 381027984 Test: atest HearingDevicePairingFragmentTest Test: check with real device Change-Id: I7ab70d5508d71472cbd2d0959bb749599d039058
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