Searched refs:rawXml (Results 1 – 4 of 4) sorted by relevance
44 mConfigurationsDataStore.get().ifPresent(rawXml -> mXmlDoc = new XmlDoc(rawXml)); in EntitlementConfiguration()48 public void update(String rawXml) { in update() argument49 mConfigurationsDataStore.set(rawXml); in update()50 mXmlDoc = new XmlDoc(rawXml); in update()229 String rawXml = in resetConfigsExceptVers() local252 update(rawXml); in resetConfigsExceptVers()
123 String rawXml = mServiceEntitlement.queryEntitlementStatus( in checkEntitlementStatus() local131 entitlementXmlDoc = new XmlDoc(rawXml); in checkEntitlementStatus()132 mLastEntitlementConfiguration.update(rawXml); in checkEntitlementStatus()
70 String rawXml = writer.getBuffer().toString(); in write() local82 new StreamSource(new StringReader(rawXml)), new StreamResult(fileWriter)); in write()
97 String rawXml = writer.getBuffer().toString(); in write() local109 new StreamSource(new StringReader(rawXml)), new StreamResult(fileWriter)); in write()