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

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java232 public HashMap<String, MinBackhaulThresholdNetwork> minBackhaulThreshold = new HashMap<String, MinBackhaulThresholdNetwork>();
246 public MinBackhaulThresholdNetwork createMinBackhaulThreshold(String name, String type,
248 MinBackhaulThresholdNetwork obj = new MinBackhaulThresholdNetwork(name, type, dl, ul);
292 in.readMap(minBackhaulThreshold, MinBackhaulThresholdNetwork.class.getClassLoader());
372 public static class MinBackhaulThresholdNetwork implements Parcelable { class in class:WifiPasspointDmTree
378 public MinBackhaulThresholdNetwork(String nn, String nt, String d, String u) { method in class:WifiPasspointDmTree.MinBackhaulThresholdNetwork
385 public MinBackhaulThresholdNetwork() { method in class:WifiPasspointDmTree.MinBackhaulThresholdNetwork
388 public MinBackhaulThresholdNetwork(Parce method in class:WifiPasspointDmTree.MinBackhaulThresholdNetwork
[all...]

Completed in 35 milliseconds