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 42 mConstantValue = constantValue;
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
81 return isConstant(isFinal(), isStatic(), mConstantValue);
93 return mConstantValue;
97 return constantLiteralValue(mConstantValue);
343 Object val = mConstantValue;
409 if ((mConstantValue == null) != (other.mConstantValue == null)) {
414 if (mConstantValue == null) {
419 && mConstantValue.equals(other.mConstantValue)
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 52 milliseconds