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

/external/doclava/src/com/google/doclava/
H A DFieldInfo.java102 mIsDeprecated = deprecated;
122 mIsDeprecated = commentDeprecated | annotationDeprecated;
125 return mIsDeprecated;
483 boolean mIsDeprecated; field in class:FieldInfo
H A DMethodInfo.java225 mIsDeprecated = commentDeprecated | annotationDeprecated;
228 return mIsDeprecated;
233 mIsDeprecated = deprecated;
676 private boolean mIsDeprecated; field in class:MethodInfo
H A DClassInfo.java377 mIsDeprecated = deprecated;
396 mIsDeprecated = commentDeprecated | annotationDeprecated;
399 return mIsDeprecated;
1493 private boolean mIsDeprecated; field in class:ClassInfo

Completed in 37 milliseconds