Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java276 BiFunction<String, Integer, String> truncateFunction = in compileTestFailureMessage() local
309 String truncatedEntry = truncateFunction.apply(fullEntry, MAX_CRASH_SNIPPET_LINES); in compileTestFailureMessage()