Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/rules/
DStopAllTracesRule.kt38 LegacyShellTransitionTraceMonitor().stopIfEnabled() in apply()
39 LegacyWmTransitionTraceMonitor().stopIfEnabled() in apply()
40 WindowManagerTraceMonitor().stopIfEnabled() in apply()
41 ViewTraceMonitor().stopIfEnabled() in apply()
49 private fun TraceMonitor.stopIfEnabled() { in TraceMonitor() method