Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt72 private val endButtonFlow = constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardIndicationAreaViewModelTest
97 whenever(bottomAreaViewModel.endButton).thenReturn(endButtonFlow) in setUp()
140 endButtonFlow.value = endButtonFlow.value.copy(isVisible = true) in isIndicationAreaPadded()
144 endButtonFlow.value = endButtonFlow.value.copy(isVisible = false) in isIndicationAreaPadded()