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.java80 + "\" deprecated=\"" + apiClass.isDeprecated() in printXmlReport()
87 + "\" deprecated=\"" + constructor.isDeprecated() in printXmlReport()
89 if (constructor.isDeprecated()) { in printXmlReport()
105 + "\" deprecated=\"" + method.isDeprecated() in printXmlReport()
111 if (method.isDeprecated()) { in printXmlReport()
DCurrentXmlHandler.java77 mDeprecated = isDeprecated(attributes); in startElement()
87 mDeprecated = isDeprecated(attributes); in startElement()
90 mDeprecated = isDeprecated(attributes); in startElement()
143 private boolean isDeprecated(Attributes attributes) { in isDeprecated() method in CurrentXmlHandler
DApiConstructor.java53 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
DApiMethod.java80 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
DApiClass.java70 public boolean isDeprecated() { in isDeprecated() method in ApiClass