Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLogEventChecker.java100 final int mismatchPosition = getMismatchPosition(expectedEvents.getValue(), actual); in lowLevelMismatchDiagnostics()
127 private static int getMismatchPosition(List<Pattern> expected, List<String> actual) { in getMismatchPosition() method in LogEventChecker