Home
last modified time | relevance | path

Searched refs:otherApi (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
DApiInfo.java66 public boolean isConsistent(ApiInfo otherApi) { in isConsistent() argument
67 return isConsistent(otherApi, null); in isConsistent()
70 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff) { in isConsistent() argument
71 return isConsistent(otherApi, pkgInfoDiff, null, null); in isConsistent()
83 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff, in isConsistent() argument
97 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()