Rename WifiConfiguration.getHasEverConnected()

Renamed to hasEverConnected() to conform to API
guidelines.

Bug: 146046526
Test: make RunSettingsRoboTests -j40
Change-Id: Ie88945326977ea11a05721e40a81c338fee61cb6
This commit is contained in:
David Su
2020-01-30 17:52:12 -08:00
parent 8ad24a25ad
commit fa6e9f7283
3 changed files with 3 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ public class WifiUtils {
return CONNECT_TYPE_OPEN_NETWORK;
} else if (accessPoint.isSaved() && config != null
&& config.getNetworkSelectionStatus() != null
&& config.getNetworkSelectionStatus().getHasEverConnected()) {
&& config.getNetworkSelectionStatus().hasEverConnected()) {
return CONNECT_TYPE_SAVED_NETWORK;
} else if (accessPoint.isPasspoint()) {
// Access point provided by an installed Passpoint provider, connect using