Searched defs:currState (Results 1 – 3 of 3) sorted by relevance
47 val currState = this.getCurrState() in canFetchCurrentDeviceState() constant57 val currState = this.getCurrStateDump(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant67 val currState = this.getCurrStateDump(TraceType.SF_DUMP) in canFetchCurrentDeviceStateOnlyLayers() constant74 val currState = this.getCurrStateDump() in canParseCurrentDeviceState() constant
43 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant50 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
71 var currState: T? = null in doWaitFor() variable95 val currState = supplier.invoke() in doWaitForRetry() constant