Home
last modified time | relevance | path

Searched defs:shouldOpenSettings (Results 1 – 2 of 2) 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
150 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
165 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
179 val shouldOpenSettings by collectLastValue(underTest.shouldOpenSettings) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardLongPressInteractor.kt115 val shouldOpenSettings = _shouldOpenSettings.asStateFlow() regex