Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractorTest.kt126 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
138 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
149 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
160 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
174 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
192 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
210 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
228 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
247 val bouncerMessage by collectLastValue(underTest.bouncerMessage) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DBouncerMessageRepository.kt27 val bouncerMessage: Flow<BouncerMessageModel> constant
36 override val bouncerMessage: Flow<BouncerMessageModel> = _bouncerMessage in setMessage() constant in com.android.systemui.bouncer.data.repository.BouncerMessageRepositoryImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModelTest.kt337 val bouncerMessage by collectLastValue(underTest.message) in <lambda>() constant
374 val bouncerMessage by collectLastValue(underTest.message) in <lambda>() constant