- The original Airplane toggle metrics is recorded by AirplaneEnabler. Since the design of Catalyst removes AirplaneEnabler, the metrics needs to be added to Catalyst preference. NO_IFTTT=Catalyst only Bug: 386330825 Flag: EXEMPT bugfix Test: Manual testing atest -c AirplaneModePreferenceTest Change-Id: I61f9fc5d623e7d497d13ddf7bc37990ce0fa223e
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