Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/wm/
DWindowManagerDumpParserTest.kt21 import android.tools.traces.getCurrentState
45 val data = getCurrentState(TraceType.WM_DUMP) in canParseFromNewDump()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DUtils.kt89 fun getCurrentState( in getCurrentWindowManagerState() method
134 val currentStateDump = getCurrentState(*dumpTypes) in getCurrentStateDumpNullable()
147 val currentStateDump = getCurrentState(*dumpTypes) in getCurrentStateDump()
/platform_testing/libraries/flicker/utils/test/src/android/tools/
DUtilsTest.kt21 import android.tools.traces.getCurrentState
36 return getCurrentState(*dumpTypes) in getCurrState()
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/runner/
DTransitionExecutionRule.kt25 import android.tools.traces.getCurrentState
129 val deviceStateBytes = getCurrentState() in doCreateTag()