Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttachedTest.kt306 data class Invocation( dataClass
313 private val _invocations = mutableListOf<Invocation>()
314 val invocations: List<Invocation> = _invocations
321 _invocations.add(Invocation(lifecycleOwner))