Bug: 323319530 Fix: 323319530 Flag: EXEMPT removing com.android.settings.development.a2dp_offload_codec_extensibility_settings Test: atest SettingsRoboTests Merged-In: If9c710c0aaed7326b32dd2e7d5f3109de4047b97 Change-Id: I3fad2d0b5b356afd3524ef9ddc0cf1ccbaed9eb4
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