- Since the posspoint Wi-Fi entry can be connected even if the entry is not saved - Allow to launch Wi-Fi details when the entry is connected but not saved Bug: 363151879 Flag: EXEMPT bugfix Test: Manual testing atest -c NetworkProviderSettingsTest Change-Id: I004b8a33bdd07cb92e167039949919f255c5303e
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