Searched refs:otherApi (Results 1 – 1 of 1) sorted by relevance
66 public boolean isConsistent(ApiInfo otherApi) { in isConsistent() argument67 return isConsistent(otherApi, null); in isConsistent()70 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff) { in isConsistent() argument71 return isConsistent(otherApi, pkgInfoDiff, null, null); in isConsistent()83 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff, in isConsistent() argument97 if (otherApi.getPackages().containsKey(pInfo.name())) { in isConsistent()101 … if (!pInfo.isConsistent(otherApi.getPackages().get(pInfo.name()), newClsApis, ignoredClasses)) { in isConsistent()118 for (PackageInfo pInfo : otherApi.mPackages.values()) { in isConsistent()