Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DUtilsTest.kt47 val currState = this.getCurrState() in canFetchCurrentDeviceState() constant
57 val currState = this.getCurrStateDump(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant
67 val currState = this.getCurrStateDump(TraceType.SF_DUMP) in canFetchCurrentDeviceStateOnlyLayers() constant
74 val currState = this.getCurrStateDump() in canParseCurrentDeviceState() constant
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DWindowUtils.kt43 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
50 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DWaitCondition.kt71 var currState: T? = null in doWaitFor() variable
95 val currState = supplier.invoke() in doWaitForRetry() constant