Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DFieldInfo.java143 mIsDeprecated = deprecated; in setDeprecated()
171 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
174 return mIsDeprecated; in isDeprecated()
540 boolean mIsDeprecated; field in FieldInfo
DMethodInfo.java234 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
237 return mIsDeprecated; in isDeprecated()
242 mIsDeprecated = deprecated; in setDeprecated()
785 private boolean mIsDeprecated; field in MethodInfo
DClassInfo.java587 mIsDeprecated = deprecated; in setDeprecated()
613 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
616 return mIsDeprecated; in isDeprecated()
2001 private boolean mIsDeprecated; field in ClassInfo