Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
H A DTableLogBufferTest.kt1033 val msg4 = "${timestamp}${SEPARATOR}${col2}${SEPARATOR}true" regex
1034 val expected = listOf(msg1, msg2, msg3, msg4).map { "D $NAME: $it" }