Searched refs:latestInvocationType (Results 1 – 4 of 4) sorted by relevance
32 val latestInvocationType: SharedFlow<Int> = repository.latestInvocationType constant in com.android.systemui.assist.domain.interactor.AssistInteractor
31 val latestInvocationType: SharedFlow<Int> = _latestInvocationType.asSharedFlow() constant in com.android.systemui.assist.data.repository.AssistRepository
42 val invocationType by collectLastValue(underTest.latestInvocationType) in invocationType()
45 val invocationType by collectLastValue(underTest.latestInvocationType) in onAssistantStarted()