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

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java44 public HashMap<String, SpFqdn> spFqdn = new HashMap<String, SpFqdn>();//Maps.newHashMap(); field in class:WifiPasspointDmTree
48 spFqdn.put(name, obj);
1354 out.writeMap(spFqdn);
1361 in.readMap(spFqdn, SpFqdn.class.getClassLoader());

Completed in 81 milliseconds