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.java82 + "\" deprecated=\"" + apiClass.isDeprecated() in printXmlReport()
91 + "\" deprecated=\"" + constructor.isDeprecated() in printXmlReport()
95 if (constructor.isDeprecated()) { in printXmlReport()
113 + "\" deprecated=\"" + method.isDeprecated() in printXmlReport()
121 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.java56 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
DApiMethod.java84 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
DApiClass.java76 public boolean isDeprecated() { in isDeprecated() method in ApiClass