Searched defs:networks (Results 1 – 2 of 2) sorted by relevance
92 Network[] networks = mCm.getAllNetworks(); in getIpAddresses() local
272 private int findConfiguredNetworks(String SSID, List<WifiConfiguration> networks) { in findConfiguredNetworks()