Allow audio sharing with no connected le audio headset when settings_need_connected_ble_device_for_broadcast is false Bug: 343277847 Test: atest Change-Id: I560338d53ddf290550faf8198cd7173bb734d150
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