Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DInteractionJankMonitorTest.java153 final String cujTag = "ThisIsTheCujTag"; in testSessionNameLengthLimit() local
154 final String tooLongTag = cujTag.repeat(10); in testSessionNameLengthLimit()
160 assertThat(generateSessionName(cujName, cujTag)) in testSessionNameLengthLimit()
161 .isEqualTo(formatSimple("J<%s::%s>", cujName, cujTag)); in testSessionNameLengthLimit()