Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java297 Set<ITypeReference> toInterfaces = to.getInterfaces(); in compareInterfaces() local
305 if (!containsType(type, toInterfaces)) { in compareInterfaces()
317 for (ITypeReference type : toInterfaces) { in compareInterfaces()