Home
last modified time | relevance | path

Searched refs:isNextSectionEnd (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupConfigStoreData.java191 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseFeatureState()
230 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseNetwork()
DRandomizedMacStoreData.java65 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeData()
DSsidSetStoreData.java99 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeData()
DImsiPrivacyProtectionExemptionStoreData.java109 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseCarrierImsiProtectionExemptionMap()
DWifiBackupDataV1Parser.java293 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseWifiConfigurationFromXmlInternal()
453 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseIpConfigurationFromXml()
DNetworkRequestStoreData.java251 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseApprovedAccessPoint()
DSoftApStoreData.java169 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeData()
DWifiSettingsConfigStore.java343 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeData()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java494 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeHomeSP()
663 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeUserCredential()
712 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeCertCredential()
746 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeSimCredential()
800 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeRoamingPartner()
839 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeUpdateParameter()
DPasspointConfigSharedStoreData.java144 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in deserializeShareData()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java196 public static boolean isNextSectionEnd(XmlPullParser in, int sectionDepth) in isNextSectionEnd() method in XmlUtil
571 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseFromXml()
1044 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseFromXml()
1365 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseFromXml()
1414 while (!XmlUtil.isNextSectionEnd(in, outerTagDepth)) { in parseClientListFromXml()