HomeSort by relevance Sort by last modified time
    Searched refs:firstSentenceTags (Results 1 - 6 of 6) sorted by null

  /build/tools/droiddoc/src/
FieldInfo.java 76 public TagInfo[] firstSentenceTags()
222 TagInfo.makeHDF(data, base + ".shortDescr", firstSentenceTags());
PackageInfo.java 93 public TagInfo[] firstSentenceTags()
MethodInfo.java 186 private class FirstSentenceTags implements InheritedTags
196 return m.firstSentenceTags();
325 public InheritedTags firstSentenceTags()
327 return new FirstSentenceTags();
565 TagInfo.makeHDF(data, base + ".shortDescr", firstSentenceTags());
DroidDoc.java 540 pkg.firstSentenceTags());
774 pkg.firstSentenceTags());
814 pkg.firstSentenceTags());
    [all...]
ClassInfo.java 351 public TagInfo[] firstSentenceTags()
865 TagInfo.makeHDF(data, base + ".shortDescr", this.firstSentenceTags());
    [all...]
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 897 Tag[] tags = doc.firstSentenceTags();
    [all...]

Completed in 69 milliseconds