Home
last modified time | relevance | path

Searched defs:hasPinnedHeadsUpRow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt565 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_true() constant
580 val hasPinnedHeadsUpRow by collectLastValue(underTest.hasPinnedHeadsUpRow) in hasPinnedHeadsUpRows_false() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt288 val hasPinnedHeadsUpRow: Flow<Boolean> by lazy { in <lambda>() constant