Searched refs:userSetupRepository (Results 1 – 7 of 7) sorted by relevance
74 val userSetupRepository by lazy { kosmos.fakeUserSetupRepository } in <lambda>() constant125 userSetupRepository.setUserSetUp(false) in isExpandToQsEnabled_userNotSetupAndSimpleUserSwitcher_false()137 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_shadeNotEnabled_false()153 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_quickSettingsNotEnabled_false()168 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_dozing_false()191 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_userSetup_true()224 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_respondsToDozingUpdates()252 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_respondsToDisableUpdates()284 userSetupRepository.setUserSetUp(true) in isExpandToQsEnabled_respondsToUserUpdates()291 userSetupRepository.setUserSetUp(false) in isExpandToQsEnabled_respondsToUserUpdates()[all …]
20 import com.android.systemui.statusbar.policy.data.repository.userSetupRepository22 val Kosmos.userSetupInteractor by Kosmos.Fixture { UserSetupInteractor(userSetupRepository) } in <lambda>()
31 import com.android.systemui.statusbar.policy.data.repository.userSetupRepository71 userSetupRepository = userSetupRepository, in <lambda>()
21 var Kosmos.userSetupRepository: UserSetupRepository by Kosmos.Fixture { fakeUserSetupRepository } in <lambda>() variable
54 userSetupRepository: UserSetupRepository, in <lambda>()107 userSetupRepository.isUserSetUp, in <lambda>()
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 in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorTest107 userSetupRepository, in setUp()