Searched refs:_invocations (Results 1 – 1 of 1) sorted by relevance
313 private val _invocations = mutableListOf<Invocation>() constant314 val invocations: List<Invocation> = _invocations316 get() = _invocations.size318 get() = _invocations.last().lifecycleState321 _invocations.add(Invocation(lifecycleOwner)) in invoke()