Searched refs:getDeprecatedDoc (Results 1 – 5 of 5) sorted by relevance
104 assertEquals("In-line deprecated.", attrs[0].getDeprecatedDoc()); in testDeprecated()109 attrs[1].getDeprecatedDoc()); in testDeprecated()113 assertEquals(null, attrs[2].getDeprecatedDoc()); in testDeprecated()117 assertEquals("There is no other javadoc here.", attrs[3].getDeprecatedDoc()); in testDeprecated()
48 public String getDeprecatedDoc() { in getDeprecatedDoc() method in TestAttributeInfo
85 return mAttrInfo == null ? false : mAttrInfo.getDeprecatedDoc() != null; in isDeprecated()
166 String deprecated = info.getDeprecatedDoc(); in getTooltip()
137 public String getDeprecatedDoc() { in getDeprecatedDoc() method in AttributeInfo