Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java126 File apiFile = new File(filePath); in parseXmlFile() local
129 Document dom = db.parse(apiFile.toURI().toString()); in parseXmlFile()