Home
last modified time | relevance | path

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

/frameworks/libs/systemui/tracinglib/core/common/src/coroutines/
DTraceData.kt102 } else if (strictModeForTesting) { in endSpan()
120 if (strictModeForTesting && traceThreadLocal.get() !== this) { in strictModeCheck()
131 internal var strictModeForTesting: Boolean = false variable
/frameworks/libs/systemui/tracinglib/core/host/test/
DCoroutineTracingTest.kt54 TraceData.strictModeForTesting = true in <lambda>()