Searched refs:smartspaceTarget (Results 1 – 2 of 2) sorted by relevance
90 private SmartspaceTargetEvent(@Nullable SmartspaceTarget smartspaceTarget, in SmartspaceTargetEvent() argument93 mSmartspaceTarget = smartspaceTarget; in SmartspaceTargetEvent()191 public Builder setSmartspaceTarget(@NonNull SmartspaceTarget smartspaceTarget) { in setSmartspaceTarget() argument192 mSmartspaceTarget = smartspaceTarget; in setSmartspaceTarget()
31 val smartspaceTarget = target regex32 if (smartspaceTarget.featureType == SmartspaceTarget.FEATURE_MEDIA) {33 mediaTargets.add(smartspaceTarget)