Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DHeadsUpNotificationInteractorTest.kt69 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_emptyList_false() constant
77 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_noPinnedRows_false() constant
93 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_hasPinnedRows_true() constant
109 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_rowGetsPinned_true() constant
131 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_rowGetsUnPinned_false() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DHeadsUpNotificationInteractor.kt64 val hasPinnedRows: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationInteractor
76 hasPinnedRows, in <lambda>() method
98 combine(hasPinnedRows, canShowHeadsUp) { hasPinnedRows, canShowHeadsUp -> in <lambda>() method