Home
last modified time | relevance | path

Searched defs:invalidLine (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/
H A DBugReportDurationHelperTest.java176 String invalidLine = "unrelated log line"; in testExtractAndFilterBugReport() local
225 String invalidLine = "unrelated log line"; in testExtractAndFilterDumpstateBoard() local
255 String invalidLine = "unrelated log line"; in testParseDecimalDurationForDumpstate() local
292 String invalidLine = "unrelated log line"; in testParseDumpstateSection() local
H A DTimingHelperTest.java63 String invalidLine = "13622 13622 I BogusLog: This is an unrelated log."; in testGetTimingLogs() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dump/
H A DDumpsysTableLoggerTest.kt109 val invalidLine = List(TEST_COLUMNS.size) { col -> in <lambda>() constant