Searched refs:G0 (Results 1 – 1 of 1) sorted by relevance
210 static final JavaSource G0 = new JavaSource("G0","public class G0<T>{}"); field in DexFileReaderTests217 DexFile dexFile = javaToDexUtil.getFrom(G0); in testG0()219 DexClass G0 = getClass(dexFile, "LG0;"); in testG0() local220 assertPublic(G0); in testG0()221 DexAnnotation sig = getAnnotation(G0, LDALVIK_ANNOTATION_SIGNATURE); in testG0()