Home
last modified time | relevance | path

Searched defs:shouldOpenSettings (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardLongPressInteractorTest.kt133 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) in <lambda>() constant
148 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) in <lambda>() constant
163 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) in <lambda>() constant
177 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSettingsMenuViewModel.kt34 val shouldOpenSettings: Flow<Boolean> = interactor.shouldOpenSettings constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardSettingsMenuViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardLongPressInteractor.kt115 val shouldOpenSettings = _shouldOpenSettings.asStateFlow() in <lambda>() constant