Searched refs:suspendCallSearch (Results 1 – 1 of 1) sorted by relevance
120 data class State(val checkUIAccess: Boolean, val suspendCallSearch: SearchState) constant in androidx.lifecycle.lint.LifecycleWhenVisitor.State122 fun State.foundSuspendCall() = suspendCallSearch == FOUND in State()127 states.push(State(checkUIAccess = false, suspendCallSearch = DONT_SEARCH)) in State()140 if (currentState.suspendCallSearch == SEARCH && lastState.foundSuspendCall()) { in withNewState()146 fun withNewState(suspendCallSearch: SearchState, block: () -> Unit): State { in withNewState()147 return withNewState(State(currentState.checkUIAccess, suspendCallSearch), block) in withNewState()151 return withNewState(State(checkUIAccess, currentState.suspendCallSearch), block) in withNewState()