Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/device/traces/
DUtilsTest.kt45 val currState = this.getCurrState() in canFetchCurrentDeviceState() constant
55 val currState = this.getCurrStateDump(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant
65 val currState = this.getCurrStateDump(TraceType.SF_DUMP) in canFetchCurrentDeviceStateOnlyLayers() constant
72 val currState = this.getCurrStateDump() in canParseCurrentDeviceState() constant
/platform_testing/libraries/flicker/src/android/tools/device/helpers/
DWindowUtils.kt44 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
51 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
/platform_testing/libraries/flicker/src/android/tools/common/traces/
DWaitCondition.kt71 var currState: T? = null in doWaitFor() variable
95 val currState = supplier.invoke() in doWaitForRetry() constant