Searched refs:spList (Results 1 – 3 of 3) sorted by relevance
212 List<HomeSP> spList = buildSPs(tree); in buildSP() local213 if (spList.size() != 1) { in buildSP()214 throw new OMAException("Expected exactly one HomeSP, got " + spList.size()); in buildSP()216 return spList.iterator().next(); in buildSP()256 List<HomeSP> spList = buildSPs(instanceTree); in addSP() local257 if (spList.size() != 1) { in addSP()258 throw new OMAException("Expected exactly one HomeSP, got " + spList.size()); in addSP()261 HomeSP sp = spList.iterator().next(); in addSP()606 OMAConstructed spList; in buildSPs() local610 spList = moTree.getRoot(); in buildSPs()[all …]
214 List<HomeSP> spList = buildSPs(tree); in buildSP() local215 if (spList.size() != 1) { in buildSP()216 throw new OMAException("Expected exactly one HomeSP, got " + spList.size()); in buildSP()218 return spList.iterator().next(); in buildSP()260 List<HomeSP> spList = buildSPs(instanceTree); in addSP() local261 if (spList.size() != 1) { in addSP()262 throw new OMAException("Expected exactly one HomeSP, got " + spList.size()); in addSP()265 HomeSP sp = spList.iterator().next(); in addSP()647 OMAConstructed spList; in buildSPs() local651 spList = moTree.getRoot(); in buildSPs()[all …]
54 List<HomeSP> spList = MOManager.buildSPs(mMOTree); in PasspointConfig() local55 if (spList.size() != 1) { in PasspointConfig()56 throw new OMAException("Expected exactly one HomeSP, got " + spList.size()); in PasspointConfig()58 mHomeSP = spList.iterator().next(); in PasspointConfig()