Home
last modified time | relevance | path

Searched defs:tutorialSettingState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalTutorialInteractorTest.kt119 val tutorialSettingState by in tutorialState_notStartedAndCommunalSceneShowing_tutorialStarted() constant
131 val tutorialSettingState by in tutorialState_startedAndCommunalSceneShowing_stateWillNotUpdate() constant
144 val tutorialSettingState by in tutorialState_completedAndCommunalSceneShowing_stateWillNotUpdate() constant
156 val tutorialSettingState by in tutorialState_notStartedAndCommunalSceneNotShowing_stateWillNotUpdate() constant
169 val tutorialSettingState by in tutorialState_startedAndCommunalSceneNotShowing_tutorialCompleted() constant
182 val tutorialSettingState by in tutorialState_completedAndCommunalSceneNotShowing_stateWillNotUpdate() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalTutorialRepositoryImplTest.kt78 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_defaultToNotStarted() constant
87 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_whenTutorialSettingsUpdatedToStarted() constant
95 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialSettingState_whenTutorialSettingsUpdatedToCompleted() constant
106 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialVersion_userCompletedCurrentVersion_stateCompleted() constant
117 val tutorialSettingState by collectLastValue(underTest.tutorialSettingState) in tutorialVersion_userCompletedPreviousVersion_stateNotStarted() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalTutorialRepository.kt56 val tutorialSettingState: StateFlow<Int> in <lambda>() constant
97 override val tutorialSettingState: StateFlow<Int> = constant
177 override val tutorialSettingState: StateFlow<Int> = constant in CommunalTutorialDisabledRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalTutorialInteractor.kt63 ) { isCommunalAvailable, isKeyguardVisible, tutorialSettingState -> in <lambda>() method
89 .flatMapLatest { tutorialSettingState -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/communal/data/repository/
DFakeCommunalTutorialRepository.kt11 override val tutorialSettingState: StateFlow<Int> = _tutorialSettingState constant in com.android.systemui.communal.data.repository.FakeCommunalTutorialRepository