Searched refs:onSmartspaceTargetsUpdated (Results 1 – 7 of 7) sorted by relevance
149 listenerCaptor.getValue().onSmartspaceTargetsUpdated(Collections.singletonList(target)); in testOverlayActive_targetsNonEmpty_addsComplication()170 listenerCaptor.getValue().onSmartspaceTargetsUpdated(Collections.emptyList()); in testOverlayActive_targetsEmpty_addsComplication()190 listenerCaptor.getValue().onSmartspaceTargetsUpdated(Collections.emptyList()); in testOverlayInActive_removesTargetListener_removesComplication()
44 smartspaceMediaTargetListeners.forEach { it.onSmartspaceTargetsUpdated(targets) }
78 public void onSmartspaceTargetsUpdated(List<? extends Parcelable> targets) {
101 void onSmartspaceTargetsUpdated(List<? extends Parcelable> targets); in onSmartspaceTargetsUpdated() method
283 unfilteredListeners.forEach { it.onSmartspaceTargetsUpdated(targets) }
378 newTargetListener.onSmartspaceTargetsUpdated(targets.toMutableList())
1358 override fun onSmartspaceTargetsUpdated(targets: List<Parcelable>) {