Searched defs:tutorialSettingState (Results 1 – 5 of 5) sorted by relevance
119 val tutorialSettingState by in tutorialState_notStartedAndCommunalSceneShowing_tutorialStarted() constant131 val tutorialSettingState by in tutorialState_startedAndCommunalSceneShowing_stateWillNotUpdate() constant144 val tutorialSettingState by in tutorialState_completedAndCommunalSceneShowing_stateWillNotUpdate() constant156 val tutorialSettingState by in tutorialState_notStartedAndCommunalSceneNotShowing_stateWillNotUpdate() constant169 val tutorialSettingState by in tutorialState_startedAndCommunalSceneNotShowing_tutorialCompleted() constant182 val tutorialSettingState by in tutorialState_completedAndCommunalSceneNotShowing_stateWillNotUpdate() constant
78 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_defaultToNotStarted() constant87 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_whenTutorialSettingsUpdatedToStarted() constant95 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_whenTutorialSettingsUpdatedToCompleted() constant106 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialVersion_userCompletedCurrentVersion_stateCompleted() constant117 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialVersion_userCompletedPreviousVersion_stateNotStarted() constant
56 val tutorialSettingState: StateFlow<Int> in <lambda>() constant97 override val tutorialSettingState: StateFlow<Int> = constant177 override val tutorialSettingState: StateFlow<Int> = constant in CommunalTutorialDisabledRepositoryImpl
63 ) { isCommunalAvailable, isKeyguardVisible, tutorialSettingState -> in <lambda>() method89 .flatMapLatest { tutorialSettingState -> in <lambda>() method
11 override val tutorialSettingState: StateFlow<Int> = _tutorialSettingState constant in com.android.systemui.communal.data.repository.FakeCommunalTutorialRepository