Searched defs:currState (Results 1 – 3 of 3) sorted by relevance
45 val currState = this.getCurrState() in canFetchCurrentDeviceState() constant55 val currState = this.getCurrStateDump(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant65 val currState = this.getCurrStateDump(TraceType.SF_DUMP) in canFetchCurrentDeviceStateOnlyLayers() constant72 val currState = this.getCurrStateDump() in canParseCurrentDeviceState() constant
44 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant51 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant
71 var currState: T? = null in doWaitFor() variable95 val currState = supplier.invoke() in doWaitForRetry() constant