Searched refs:_invocations (Results 1 – 1 of 1) sorted by relevance
55 private val _invocations: MutableList<T> = mutableListOf() in clearRecordedInvocations() constant in android.companion.cts.common.InvocationContainer58 get() = _invocations in clearRecordedInvocations()61 override fun clearRecordedInvocations() = _invocations.clear() in clearRecordedInvocations()65 _invocations.add(invocation) in clearRecordedInvocations()