Searched defs:topHeadsUpRow (Results 1 – 6 of 6) sorted by relevance
38 val topHeadsUpRow: Flow<HeadsUpRowRepository?> constant
30 override val topHeadsUpRow: Flow<HeadsUpRowRepository?> = MutableStateFlow(null) constant in com.android.systemui.statusbar.notification.stack.data.repository.FakeHeadsUpNotificationRepository
46 val topHeadsUpRow: Flow<HeadsUpRowKey?> = headsUpRepository.topHeadsUpRow in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationInteractor
595 val topHeadsUpRow by collectLastValue(underTest.topHeadsUpRow) in topHeadsUpRow_emptyList_null() constant
258 val topHeadsUpRow: Flow<HeadsUpRowKey?> by lazy { in <lambda>() constant
5612 public void setTopHeadsUpRow(@Nullable ExpandableNotificationRow topHeadsUpRow) { in setTopHeadsUpRow()