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

  /external/doclava/src/com/google/doclava/
FieldInfo.java 45 mConstantValue = constantValue;
54 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
122 return isConstant(isFinal(), isStatic(), mConstantValue);
134 return mConstantValue;
138 return constantLiteralValue(mConstantValue);
393 Object val = mConstantValue;
461 if ((mConstantValue == null) != (other.mConstantValue == null)) {
466 if (mConstantValue == null) {
471 && mConstantValue.equals(other.mConstantValue)
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 226 milliseconds