Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardLongPressInteractorTest.kt135 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
144 assertThat(shouldOpenSettings).isTrue()
150 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
155 assertThat(shouldOpenSettings).isTrue()
158 assertThat(shouldOpenSettings).isFalse()
165 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
171 assertThat(shouldOpenSettings).isFalse()
179 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
185 assertThat(shouldOpenSettings).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardSettingsMenuViewModel.kt34 val shouldOpenSettings: Flow<Boolean> = interactor.shouldOpenSettings
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSettingsViewBinder.kt79 viewModel.shouldOpenSettings
H A DKeyguardBottomAreaViewBinder.kt271 viewModel.settingsMenuViewModel.shouldOpenSettings
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardLongPressInteractor.kt115 val shouldOpenSettings = _shouldOpenSettings.asStateFlow() regex