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.kt45 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
51 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
58 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
98 val currState = getCurrentStateDump(clearCacheAfterParsing = false) in getInsetDisplayBounds() constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DWaitCondition.kt76 var currState: T? = null in doWaitFor() variable
100 val currState = supplier.get() in doWaitForRetry() constant