Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DResourceBundle.java634 return (LayoutFileBundle) getUnmarshaller().unmarshal(inputStream); in fromXML()
646 private static Unmarshaller getUnmarshaller() throws JAXBException { in getUnmarshaller() method in ResourceBundle.LayoutFileBundle