Searched defs:userSetupRepository (Results 1 – 4 of 4) sorted by relevance
21 var Kosmos.userSetupRepository: UserSetupRepository by Kosmos.Fixture { fakeUserSetupRepository } in <lambda>() variable
74 val userSetupRepository by lazy { kosmos.fakeUserSetupRepository } in <lambda>() constant
111 @Binds abstract fun userSetupRepository(impl: UserSetupRepositoryImpl): UserSetupRepository in airplaneModeRepository() method in com.android.systemui.statusbar.pipeline.dagger.StatusBarPipelineModule
62 private val userSetupRepository = FakeUserSetupRepository() constant