Home | History | Annotate | Download | only in dex

Lines Matching defs:packageInfo

185             IClassDefinition packageInfo = findPackageInfo(aPackage);
186 if (packageInfo != null) {
187 aPackage.setAnnotations(packageInfo.getAnnotations());
188 aPackage.getClasses().remove(packageInfo);