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;
476 boolean mIsDeprecated;
MethodInfo.java 224 mIsDeprecated = commentDeprecated | annotationDeprecated;
227 return mIsDeprecated;
232 mIsDeprecated = deprecated;
661 private boolean mIsDeprecated;
ClassInfo.java 374 mIsDeprecated = deprecated;
393 mIsDeprecated = commentDeprecated | annotationDeprecated;
396 return mIsDeprecated;
    [all...]

Completed in 43 milliseconds