Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt313 private val _invocations = mutableListOf<Invocation>() constant
314 val invocations: List<Invocation> = _invocations
316 get() = _invocations.size
318 get() = _invocations.last().lifecycleState
321 _invocations.add(Invocation(lifecycleOwner)) in invoke()