Searched refs:foundSuspendCall (Results 1 – 1 of 1) sorted by relevance
122 fun State.foundSuspendCall() = suspendCallSearch == FOUND in State() method in androidx.lifecycle.lint.LifecycleWhenVisitor140 if (currentState.suspendCallSearch == SEARCH && lastState.foundSuspendCall()) { in withNewState()156 val checkView = currentState.checkUIAccess || stateAfterTry.foundSuspendCall() in visitTryExpression()