Flag: EXEMPT remove flag Bug: 388175226 Test: atest BluetoothDetailsHearingDeviceControllerTest Change-Id: I97b633f32794feb86e5a940448270ed74ed26387
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