This flag has been rolled out in 24Q3 and can be removed. Test: atest BluetoothDetailsAudioDeviceTypeControllerTest Bug: 302323921 Flag: EXEMPT removing com.android.media.automatic_bt_device_type Change-Id: I9997ef60f195b36298c36078eadf6c0a82bc662d
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