Rename WifiConfiguration.getHasEverConnected()

Renamed to hasEverConnected() to conform to API
guidelines.

Bug: 146046526
Test: compiles
Change-Id: I00c919b4320b38ec67f2dc2356eaf9e98d796a49
diff --git a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/WifiUtils.java b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/WifiUtils.java
index 16db4f0..cdc3572 100644
--- a/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/WifiUtils.java
+++ b/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/WifiUtils.java
@@ -272,7 +272,7 @@
             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