Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DFieldInfo.java114 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
117 return mIsDeprecated; in isDeprecated()
313 boolean mIsDeprecated; field in FieldInfo
DMethodInfo.java235 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
238 return mIsDeprecated; in isDeprecated()
651 private boolean mIsDeprecated; field in MethodInfo
DClassInfo.java374 mIsDeprecated = commentDeprecated | annotationDeprecated; in isDeprecated()
377 return mIsDeprecated; in isDeprecated()
1463 private boolean mIsDeprecated; field in ClassInfo