Fix onWifiEntriesChanged_shouldChangeNextButtonState() to use the updated onWifiEntriesChanged(int reason) callback method. Flag: EXEMPT test fix Bug: 313585353 Test: atest NetworkProviderSettingsTest Change-Id: If2bcb2ee654aef519c48dd310442750fc30c9c05
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