Home
last modified time | relevance | path

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

/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java75 private List<JDiffConstructor> jDiffConstructors = new ArrayList<JDiffConstructor>(); field in JDiffClassDescription
142 jDiffConstructors.add(tc); in addConstructor()
636 for (JDiffConstructor con : jDiffConstructors) { in checkConstructorCompliance()