Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java79 Document apiDocument = parseXmlFile(CURRENT_API_FILE); in getPublicApis()
125 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile() method in CurrentApiHelper