Also support settings search for video calling. Fix: 233327342 Flag: EXEMPT bug fix Test: manual - on mobile settings Test: manual - search video calling Test: unit test Change-Id: Ic4a25849f77f1759fa157931d428daa9e6854ff2
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