Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt292 val maxLineLength = 120 in <lambda>() constant
333 statusFile.writeText(flickerResultString.replace(Regex("(.{$maxLineLength})"), "$1\n")) in <lambda>()