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;
488 boolean mIsDeprecated;
MethodInfo.java 225 mIsDeprecated = commentDeprecated | annotationDeprecated;
228 return mIsDeprecated;
233 mIsDeprecated = deprecated;
681 private boolean mIsDeprecated;
ClassInfo.java 388 mIsDeprecated = deprecated;
407 mIsDeprecated = commentDeprecated | annotationDeprecated;
410 return mIsDeprecated;
    [all...]

Completed in 51 milliseconds