Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java305 if (!containsType(type, toInterfaces)) { in compareInterfaces()
306 if (!(containsType(type, toClosure) /* in compareInterfaces()
318 if (!containsType(type, fromInterfaces)) { in compareInterfaces()
319 if (!(containsType(type, fromClosure) /* in compareInterfaces()
331 private boolean containsType(ITypeReference type, in containsType() method in ApiComparator