The associations will be removed one forget the device. Test: manually test Bug: 365613753 Flag: com.android.settings.flags.enable_remove_association_bt_unpair Change-Id: Ic2224952b6f8e776ffcf07ce4fa6953a98475490
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