Home
last modified time | relevance | path

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

/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/test/java/leakcanary/internal/activity/screen/
H A DLeakTraceWrapperTest.kt140 val wrappedString = LeakTraceWrapper.wrap(string, prefix.length + part1.length + 1) in prefix applied to all lines() constant
155 val wrappedString = LeakTraceWrapper.wrap(string, 10) in underline is positioned under a word on a line that will not be wrapped() constant
172 val wrappedString = LeakTraceWrapper.wrap(string, 10) in underline is positioned under a word on last line() constant
192 val wrappedString = LeakTraceWrapper.wrap(string, 30) in underline within multiline string() constant
242 val wrappedString = LeakTraceWrapper.wrap(string, 80) in a real leak trace is correctly wrapped() constant