Searched defs:userSetupRepository (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/data/repository/ | ||
| D | ShadeInteractorTest.kt | 68 private val userSetupRepository = FakeUserSetupRepository() constant in com.android.systemui.shade.data.repository.ShadeInteractorTest |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/ | ||
| D | StatusBarPipelineModule.kt | 90 @Binds abstract fun userSetupRepository(impl: UserSetupRepositoryImpl): UserSetupRepository in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule |
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ | ||
| D | MobileIconsInteractorTest.kt | 58 private val userSetupRepository = FakeUserSetupRepository() constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorTest |