Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 2 of 2) sorted by relevance

/cts/tests/signature/lib/common/src/android/signature/cts/
DFailureType.java25 static FailureType mismatch(JDiffClassDescription description) { in mismatch() method in FailureType
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java401 final List<Pair<View, View>> mismatch = new ArrayList<>(); in testHeaderFooterType() local