Searched defs:hasPinnedRows (Results 1 – 2 of 2) sorted by relevance
69 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_emptyList_false() constant77 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_noPinnedRows_false() constant93 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_hasPinnedRows_true() constant109 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_rowGetsPinned_true() constant131 val hasPinnedRows by collectLastValue(underTest.hasPinnedRows) in hasPinnedRows_rowGetsUnPinned_false() constant
64 val hasPinnedRows: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationInteractor76 hasPinnedRows, in <lambda>() method98 combine(hasPinnedRows, canShowHeadsUp) { hasPinnedRows, canShowHeadsUp -> in <lambda>() method