Searched defs:networks (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java77 List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); field in class:AccessPointParserHelper
185 networks.add(config);
364 return networks;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java62 private List<WifiConfiguration> networks = new ArrayList<WifiConfiguration>(); field in class:WifiConnectionTest
80 networks = mAct.loadNetworkConfigurations();
96 log("number of access points: " + networks.size());
97 for (WifiConfiguration config : networks) {
147 for (int i = 0; i < networks.size(); i++) {
148 String ssid = networks.get(i).SSID;
150 connectToWifi(networks.get(i));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java63 * wifi networks. The API is not thread safe is being
103 * - Maintain a list of configured networks for quick access
112 /* configured networks with network id as the key */
118 * the configuration file at start and can thus change for networks.
119 * We store the IP configuration for networks along with a unique id
126 /* Tracks the highest priority of configured networks */
154 * Fetch the list of configured networks
155 * and enable all stored networks in supplicant.
158 if (DBG) log("Loading config and enabling all networks");
164 * Fetch the list of currently configured networks
696 write(final List<WifiConfiguration> networks) argument
715 onWriteCalled(List<WifiConfiguration> networks) argument
[all...]

Completed in 48 milliseconds