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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java288 * Sets the "internal" flag on type IDs which are defined in the
293 mTypeIds[mClassDefs[i].classIdx].internal = true;
301 mTypeIds[i].internal = true;
303 mTypeIds[i].internal = true;
307 // (mTypeIds[i].internal ? "INTERNAL" : "external") + " - " +
363 if (!mTypeIds[i].internal) {
393 if (!mTypeIds[mFieldIds[i].classIdx].internal) {
410 if (!mTypeIds[mMethodIds[i].classIdx].internal) {
561 public boolean internal; // defined within this DEX file? field in class:DexData.TypeIdItem

Completed in 4 milliseconds