Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/
DTestBase.kt24 import com.android.test.tracing.coroutines.util.FakeTraceState.getOpenTraceSectionsOnCurrentThread in <lambda>()
167 val actualSections = getOpenTraceSectionsOnCurrentThread() in <lambda>()
212 val actualOpenSections = getOpenTraceSectionsOnCurrentThread() in <lambda>()
297 getOpenTraceSectionsOnCurrentThread(), in <lambda>()
/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/util/
DFakeTraceState.kt50 fun getOpenTraceSectionsOnCurrentThread(): Array<String> { in getOpenTraceSectionsOnCurrentThread() method