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

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java 30 private final boolean mDeprecated;
37 mDeprecated = deprecated;
54 return mDeprecated;
ApiMethod.java 32 private boolean mDeprecated;
40 mDeprecated = deprecated;
61 return mDeprecated;
CurrentXmlHandler.java 43 private boolean mDeprecated;
71 mDeprecated = isDeprecated(attributes);
72 ApiClass apiClass = new ApiClass(mCurrentClassName, mDeprecated, isAbstract(attributes));
79 mDeprecated = isDeprecated(attributes);
82 mDeprecated = isDeprecated(attributes);
105 mCurrentParameterTypes, mDeprecated);
114 mCurrentMethodReturnType, mDeprecated);
ApiClass.java 29 private final boolean mDeprecated;
39 mDeprecated = deprecated;
54 return mDeprecated;
  /external/doclava/src/com/google/doclava/
Comment.java 487 if (mDeprecated == null) {
488 mDeprecated = (mText != null) && (mText.indexOf("@deprecated") >= 0);
491 return mDeprecated;
546 Boolean mDeprecated = null;
  /frameworks/base/tools/aapt/
Resource.cpp 175 AnnotationProcessor() : mDeprecated(false), mSystemApi(false) { }
180 mDeprecated = true;
189 if (mDeprecated) {
198 bool mDeprecated;
    [all...]

Completed in 91 milliseconds