Searched refs:setTutorialState (Results 1 – 4 of 4) sorted by relevance
86 underTest.setTutorialState(Settings.Secure.HUB_MODE_TUTORIAL_STARTED) in tutorialSettingState_whenTutorialSettingsUpdatedToStarted()94 underTest.setTutorialState(Settings.Secure.HUB_MODE_TUTORIAL_COMPLETED) in tutorialSettingState_whenTutorialSettingsUpdatedToCompleted()129 underTest.setTutorialState(Settings.Secure.HUB_MODE_TUTORIAL_COMPLETED) in tutorialVersion_uponTutorialCompletion_writeCurrentVersion()
59 suspend fun setTutorialState(@HubModeTutorialState state: Int) in <lambda>() method150 override suspend fun setTutorialState(state: Int): Unit = in setTutorialState() method185 override suspend fun setTutorialState(state: Int) { in setTutorialState() method in CommunalTutorialDisabledRepositoryImpl
12 override suspend fun setTutorialState(@HubModeTutorialState state: Int) { in setTutorialState() method in com.android.systemui.communal.data.repository.FakeCommunalTutorialRepository
128 communalTutorialRepository.setTutorialState(tutorialState) in <lambda>()