Home
last modified time | relevance | path

Searched defs:moTree (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DPasspointManagementObjectDefinition.java33 public PasspointManagementObjectDefinition(String baseUri, String urn, String moTree) { in PasspointManagementObjectDefinition()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java184 MOTree moTree; in loadAllSPs() local
289 MOTree moTree; in addSP() local
297 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { in findTargetTree()
330 MOTree moTree; in modifySP() local
422 MOTree moTree; in removeSP() local
443 MOTree moTree = MOTree.unmarshal(in); in getMOTree() local
455 private static void writeMO(MOTree moTree, File f) throws IOException { in writeMO()
605 private static List<HomeSP> buildSPs(MOTree moTree) throws OMAException { in buildSPs()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java188 MOTree moTree = MOTree.unmarshal(in); in loadAllSPs() local
293 MOTree moTree; in addSP() local
321 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { in findTargetTree()
354 MOTree moTree; in modifySP() local
454 MOTree moTree; in removeSP() local
473 MOTree moTree = MOTree.unmarshal(in); in getMOTree() local
482 private static void writeMO(MOTree moTree, File f, OSUManager osuManager) throws IOException { in writeMO()
646 public static List<HomeSP> buildSPs(MOTree moTree) throws OMAException { in buildSPs()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DPasspointManagementObjectManagerTest.java211 MOTree moTree = parser.parse(xmlIn, ""); in checkXml() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java91 String moTree = config.getMoTree(); in loadAllSps() local