Searched refs:topHeadsUpRow (Results 1 – 7 of 7) sorted by relevance
46 val topHeadsUpRow: Flow<HeadsUpRowKey?> = headsUpRepository.topHeadsUpRow in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationInteractor
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
61 viewModel.topHeadsUpRow.collect { key -> in <lambda>()
258 val topHeadsUpRow: Flow<HeadsUpRowKey?> by lazy { in <lambda>() constant262 headsUpNotificationInteractor.topHeadsUpRow.dumpWhileCollecting("topHeadsUpRow") in <lambda>()
595 val topHeadsUpRow by collectLastValue(underTest.topHeadsUpRow) in topHeadsUpRow_emptyList_null() constant600 assertThat(topHeadsUpRow).isNull() in topHeadsUpRow_emptyList_null()
5612 public void setTopHeadsUpRow(@Nullable ExpandableNotificationRow topHeadsUpRow) { in setTopHeadsUpRow() argument5613 mTopHeadsUpRow = topHeadsUpRow; in setTopHeadsUpRow()