Searched defs:mTypeIds (Results 1 - 1 of 1) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java30 private TypeIdItem[] mTypeIds; field in class:DexData
162 mTypeIds = new TypeIdItem[count];
167 mTypeIds[i] = new TypeIdItem();
168 mTypeIds[i].descriptorIdx = readInt();
170 //System.out.println(i + ": " + mTypeIds[i].descriptorIdx +
171 // " " + mStrings[mTypeIds[i].descriptorIdx]);
283 // mStrings[mTypeIds[mClassDefs[i].classIdx].descriptorIdx]);
293 mTypeIds[mClassDefs[i].classIdx].internal = true;
296 for (int i = 0; i < mTypeIds.length; i++) {
297 String className = mStrings[mTypeIds[
[all...]

Completed in 411 milliseconds