Searched refs:CLASS_EXTENSION (Results 1 – 2 of 2) sorted by relevance
42 private static final String CLASS_EXTENSION = ".class"; field in ClassReferenceListBuilder72 if (name.endsWith(CLASS_EXTENSION)) { in addRoots()73 classNames.add(name.substring(0, name.length() - CLASS_EXTENSION.length())); in addRoots()82 if (name.endsWith(CLASS_EXTENSION)) { in addRoots()151 DirectClassFile classFile = path.getClass(classBinaryName + CLASS_EXTENSION); in addClassWithHierachy()
44 private static final String CLASS_EXTENSION = ".class"; field in MainDexListBuilder118 filesToKeep.add(className + CLASS_EXTENSION); in MainDexListBuilder()165 if (name.endsWith(CLASS_EXTENSION)) { in keepAnnotated()