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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DItemType.java49 private final int mapValue; field in class:ItemType
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) { argument
64 this.mapValue = mapValue;
81 return mapValue;
/dalvik/dx/src/com/android/dx/dex/file/
H A DItemType.java49 private final int mapValue; field in class:ItemType
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) { argument
64 this.mapValue = mapValue;
81 return mapValue;

Completed in 60 milliseconds