Searched defs:OBJECT_ARRAY (Results 1 – 2 of 2) sorted by relevance
235 public static final Type OBJECT_ARRAY = OBJECT.getArrayType(); field in Type
52 private static TypeId<Object[]> OBJECT_ARRAY = TypeId.get(Object[].class); field in DexMakerTest