Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalTutorialRepository.kt78 const val MIN_TUTORIAL_VERSION = HUB_MODE_TUTORIAL_COMPLETED constant
82 const val CURRENT_TUTORIAL_VERSION = MIN_TUTORIAL_VERSION + 1
136 } else if (hubModeTutorialState >= MIN_TUTORIAL_VERSION) { in readFromSettings()