Home
last modified time | relevance | path

Searched defs:smartspaceRepository (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/data/repository/
DSmartspaceRepositoryModule.kt24 @Binds fun smartspaceRepository(impl: SmartspaceRepositoryImpl): SmartspaceRepository method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/smartspace/data/repository/
DSmartspaceRepositoryKosmos.kt24 val Kosmos.smartspaceRepository by Fixture<SmartspaceRepository> { fakeSmartspaceRepository } in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalEditModeViewModelTest.kt90 private lateinit var smartspaceRepository: FakeSmartspaceRepository variable in com.android.systemui.communal.view.viewmodel.CommunalEditModeViewModelTest
DCommunalViewModelTest.kt112 private lateinit var smartspaceRepository: FakeSmartspaceRepository in <lambda>() variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorTest.kt119 private lateinit var smartspaceRepository: FakeSmartspaceRepository in <lambda>() variable in com.android.systemui.communal.domain.interactor.CommunalInteractorTest