Searched refs:isolatedNotification (Results 1 – 5 of 5) sorted by relevance
33 val isolatedNotification: Flow<String?> = repository.isolatedNotification constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationIconInteractor42 repository.isolatedNotification.value = key in setIsolatedIconNotificationKey()
27 val isolatedNotification = MutableStateFlow<String?>(null) constant in com.android.systemui.statusbar.notification.data.repository.HeadsUpNotificationIconViewStateRepository
306 headsUpViewStateRepository.isolatedNotification.value = "notif1" in isolatedIcon_animateOnAppear_shadeCollapsed()333 headsUpViewStateRepository.isolatedNotification.value = "notif1" in isolatedIcon_dontAnimateOnAppear_shadeExpanded()347 headsUpViewStateRepository.isolatedNotification.value = "notif1" in isolatedIcon_updateWhenIconDataChanges()371 headsUpViewStateRepository.isolatedNotification.value = "notif1" in isolatedIcon_lastMessageIsFromReply_notNull()
58 headsUpNotificationIconInteractor.isolatedNotification, in <lambda>()
102 headsUpIconInteractor.isolatedNotification in <lambda>()