Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java67 private static final String TAG_CLASS = "class"; field in CurrentApiHelper
86 Element classElement = getChildElementByName(packageElement, TAG_CLASS, className); in getPublicApis()
/cts/tests/signature/lib/android/src/android/signature/cts/
DXmlApiParser.java47 private static final String TAG_CLASS = "class"; field in XmlApiParser
103 TAG_CLASS, in Collections.addAll() argument
467 if (TAG_CLASS.equals(tagname) || TAG_INTERFACE.equals(tagname)) { in next()
485 case TAG_CLASS: in next()