Searched refs:CLASS_EXTENSION (Results 1 – 2 of 2) sorted by relevance
41 private static final String CLASS_EXTENSION = ".class"; field in ClassReferenceListBuilder71 if (name.endsWith(CLASS_EXTENSION)) { in addRoots()72 classNames.add(name.substring(0, name.length() - CLASS_EXTENSION.length())); in addRoots()81 if (name.endsWith(CLASS_EXTENSION)) { in addRoots()150 DirectClassFile classFile = path.getClass(classBinaryName + CLASS_EXTENSION); in addClassWithHierachy()
43 private static final String CLASS_EXTENSION = ".class"; field in MainDexListBuilder117 filesToKeep.add(className + CLASS_EXTENSION); in MainDexListBuilder()164 if (name.endsWith(CLASS_EXTENSION)) { in keepAnnotated()