Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/chips/call/domain/interactor/
DCallChipInteractorKosmos.kt22 val Kosmos.callChipInteractor: CallChipInteractor by
23 Kosmos.Fixture { CallChipInteractor(repository = ongoingCallRepository) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModel.kt26 import com.android.systemui.statusbar.chips.call.domain.interactor.CallChipInteractor in <lambda>()
45 interactor: CallChipInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/call/domain/interactor/
DCallChipInteractor.kt25 class CallChipInteractor class