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:
@@ -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
|
||||
|
Reference in New Issue
Block a user