Searched refs:isDeprecated (Results 1 – 5 of 5) sorted by relevance
80 + "\" 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()
77 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
53 public boolean isDeprecated() { in isDeprecated() method in ApiConstructor
80 public boolean isDeprecated() { in isDeprecated() method in ApiMethod
70 public boolean isDeprecated() { in isDeprecated() method in ApiClass