Searched refs:CURRENT_TUTORIAL_VERSION (Results 1 – 2 of 2) sorted by relevance
23 …systemui.communal.data.repository.CommunalTutorialRepositoryImpl.Companion.CURRENT_TUTORIAL_VERSION103 setTutorialStateSetting(CURRENT_TUTORIAL_VERSION) in tutorialVersion_userCompletedCurrentVersion_stateCompleted()114 setTutorialStateSetting(CURRENT_TUTORIAL_VERSION - 1) in tutorialVersion_userCompletedPreviousVersion_stateNotStarted()133 assertThat(settingState).isEqualTo(CURRENT_TUTORIAL_VERSION) in tutorialVersion_uponTutorialCompletion_writeCurrentVersion()
82 const val CURRENT_TUTORIAL_VERSION = MIN_TUTORIAL_VERSION + 1 constant132 if (hubModeTutorialState >= CURRENT_TUTORIAL_VERSION) { in readFromSettings()157 if (state == HUB_MODE_TUTORIAL_COMPLETED) CURRENT_TUTORIAL_VERSION else state in setTutorialState()