Home
last modified time | relevance | path

Searched refs:foundSuspendCall (Results 1 – 1 of 1) sorted by relevance

/lifecycle/lifecycle-runtime-lint/src/main/java/androidx/lifecycle/lint/
DLifecycleWhenChecks.kt122 fun State.foundSuspendCall() = suspendCallSearch == FOUND in State() method in androidx.lifecycle.lint.LifecycleWhenVisitor
140 if (currentState.suspendCallSearch == SEARCH && lastState.foundSuspendCall()) { in withNewState()
156 val checkView = currentState.checkUIAccess || stateAfterTry.foundSuspendCall() in visitTryExpression()