Home
last modified time | relevance | path

Searched refs:mIsDeprecated (Results 1 – 3 of 3) sorted by relevance

/external/doclava/src/com/google/doclava/
DFieldInfo.java102 mIsDeprecated = deprecated; in setDeprecated()
122 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
125 return mIsDeprecated; in isDeprecated()
488 boolean mIsDeprecated; field in FieldInfo
DMethodInfo.java225 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
228 return mIsDeprecated; in isDeprecated()
233 mIsDeprecated = deprecated; in setDeprecated()
720 private boolean mIsDeprecated; field in MethodInfo
DClassInfo.java545 mIsDeprecated = deprecated; in setDeprecated()
564 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
567 return mIsDeprecated; in isDeprecated()
1915 private boolean mIsDeprecated; field in ClassInfo