- Use local variables to filter inappropriate callbacks when the switch is busy Bug: 374234537 Flag: EXEMPT bugfix Test: Manual testing atest -c WifiTetherSwitchBarControllerTest Change-Id: If5237230c73cae5a6230a6d3fdaa65a8511bdcd8
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