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
45 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant51 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant58 val currState = getCurrentStateDump(clearCacheAfterParsing = false) constant98 val currState = getCurrentStateDump(clearCacheAfterParsing = false) in getInsetDisplayBounds() constant
76 var currState: T? = null in doWaitFor() variable100 val currState = supplier.get() in doWaitForRetry() constant