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

  /external/doclava/src/com/google/doclava/
FieldInfo.java 102 mIsDeprecated = deprecated;
122 mIsDeprecated = commentDeprecated | annotationDeprecated;
125 return mIsDeprecated;
483 boolean mIsDeprecated;
MethodInfo.java 225 mIsDeprecated = commentDeprecated | annotationDeprecated;
228 return mIsDeprecated;
233 mIsDeprecated = deprecated;
676 private boolean mIsDeprecated;
ClassInfo.java 377 mIsDeprecated = deprecated;
396 mIsDeprecated = commentDeprecated | annotationDeprecated;
399 return mIsDeprecated;
    [all...]

Completed in 29 milliseconds