Searched refs:_communalSmartspaceTargets (Results 1 – 2 of 2) sorted by relevance
13 private val _communalSmartspaceTargets: MutableStateFlow<List<SmartspaceTarget>> = constant16 _communalSmartspaceTargets19 _communalSmartspaceTargets.value = targets in setCommunalSmartspaceTargets()
52 private val _communalSmartspaceTargets: MutableStateFlow<List<SmartspaceTarget>> = constant in com.android.systemui.smartspace.data.repository.SmartspaceRepositoryImpl55 _communalSmartspaceTargets73 _communalSmartspaceTargets.value = targets.filterIsInstance<SmartspaceTarget>() in onSmartspaceTargetsUpdated()75 ?: run { _communalSmartspaceTargets.value = emptyList() } in onSmartspaceTargetsUpdated()