Home
last modified time | relevance | path

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

/cts/tests/tests/companion/common/src/android/companion/cts/common/
DInvocationTracker.kt55 private val _invocations: MutableList<T> = mutableListOf() in clearRecordedInvocations() constant in android.companion.cts.common.InvocationContainer
58 get() = _invocations in clearRecordedInvocations()
61 override fun clearRecordedInvocations() = _invocations.clear() in clearRecordedInvocations()
65 _invocations.add(invocation) in clearRecordedInvocations()