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

  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 63 private CstArray staticValuesConstant;
91 this.staticValuesConstant = null;
128 if (staticValuesConstant != null) {
267 if ((staticValuesConstant == null) && (staticFields.size() != 0)) {
268 staticValuesConstant = makeStaticValuesConstant();
271 return staticValuesConstant;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 91 milliseconds