Home
last modified time | relevance | path

Searched refs:CURRENT_TUTORIAL_VERSION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalTutorialRepositoryImplTest.kt23 …systemui.communal.data.repository.CommunalTutorialRepositoryImpl.Companion.CURRENT_TUTORIAL_VERSION
103 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalTutorialRepository.kt82 const val CURRENT_TUTORIAL_VERSION = MIN_TUTORIAL_VERSION + 1 constant
132 if (hubModeTutorialState >= CURRENT_TUTORIAL_VERSION) { in readFromSettings()
157 if (state == HUB_MODE_TUTORIAL_COMPLETED) CURRENT_TUTORIAL_VERSION else state in setTutorialState()