Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DXmlReport.java83 + "\" deprecated=\"" + apiClass.isDeprecated() in printXmlReport()
93 + "\" deprecated=\"" + constructor.isDeprecated() in printXmlReport()
97 if (constructor.isDeprecated()) { in printXmlReport()
116 + "\" deprecated=\"" + method.isDeprecated() in printXmlReport()
124 if (method.isDeprecated()) { in printXmlReport()
DCurrentXmlHandler.java80 mDeprecated = isDeprecated(attributes); in startElement()
89 mDeprecated = isDeprecated(attributes); in startElement()
92 mDeprecated = isDeprecated(attributes); in startElement()
145 private boolean isDeprecated(Attributes attributes) { in isDeprecated() method in CurrentXmlHandler
DApiConstructor.java58 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
DApiMethod.java86 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
DApiClass.java76 public boolean isDeprecated() { in isDeprecated() method in ApiClass