Home
last modified time | relevance | path

Searched defs:ongoingCallRepository (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ongoingcall/data/repository/
DOngoingCallRepositoryKosmos.kt21 val Kosmos.ongoingCallRepository: OngoingCallRepository by constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/data/repository/
DStatusBarModeRepositoryImplTest.kt63 private val ongoingCallRepository = OngoingCallRepository() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt93 private val ongoingCallRepository = OngoingCallRepository() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt65 private val ongoingCallRepository: OngoingCallRepository, in <lambda>() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController