Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DIpConfigStore.java76 SparseArray<IpConfiguration> networksById = new SparseArray<>(); in readIpAndProxyConfigurations() local
79 networksById.put(id, networks.valueAt(i)); in readIpAndProxyConfigurations()
82 return networksById; in readIpAndProxyConfigurations()
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java238 SparseArray<IpConfiguration> networksById = new SparseArray<>(); in readIpAndProxyConfigurations() local
241 networksById.put(id, networks.valueAt(i)); in readIpAndProxyConfigurations()
244 return networksById; in readIpAndProxyConfigurations()