Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepository.kt58 val primaryBouncerScrimmed: StateFlow<Boolean> constant
157 override val primaryBouncerScrimmed = _primaryBouncerScrimmed.asStateFlow() in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl
300 primaryBouncerScrimmed in setPrimaryScrimmed()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/data/repository/
DFakeKeyguardBouncerRepository.kt30 override val primaryBouncerScrimmed = _primaryBouncerScrimmed.asStateFlow() constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractorTest.kt312 whenever(repository.primaryBouncerScrimmed.value).thenReturn(true) in testIsScrimmed()
314 whenever(repository.primaryBouncerScrimmed.value).thenReturn(false) in testIsScrimmed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt345 return repository.primaryBouncerScrimmed.value in <lambda>()