Home
last modified time | relevance | path

Searched refs:BT_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java71 public static final int BT_COUNT = 11; field in Type
434 if ((basicType < 0) || (basicType >= BT_COUNT)) { in Type()