Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DSubprocessConfigBuilderTest.java69 DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); in testCreateWrapperConfig() local
70 DocumentBuilder dBuilder = dbFactory.newDocumentBuilder(); in testCreateWrapperConfig()
/tools/carrier_settings/java/
DCarrierConfigConverterV2.java389 DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); in getDocumentBuilder() local
390 return dbFactory.newDocumentBuilder(); in getDocumentBuilder()