Home
last modified time | relevance | path

Searched refs:SupplicantNetwork (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java502 static class SupplicantNetwork { class in WifiBackupRestore.SupplicantBackupMigration
516 public static SupplicantNetwork readNetworkFromStream(BufferedReader in) { in readNetworkFromStream()
517 final SupplicantNetwork n = new SupplicantNetwork(); in readNetworkFromStream()
696 final ArrayList<SupplicantNetwork> mNetworks = new ArrayList<>(8);
708 SupplicantNetwork net = SupplicantNetwork.readNetworkFromStream(in); in readNetworksFromStream()
740 for (SupplicantNetwork net : mNetworks) { in retrieveWifiConfigurations()