Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt233 val currentSecurity = collectLastValue(underTest.security) regex
236 assertThat(currentSecurity()).isNull()
248 assertThat(currentSecurity()).isNull()
252 var security = currentSecurity()
261 security = currentSecurity()