Flag: EXEMPT bugfix Bug: 388156028 Test: atest BluetoothDetailsAmbientVolumePreferenceControllerTest Change-Id: Ia38fd90f798dec9a46366ca15e358b42f7d7fe70
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