Searched refs:remoteActionTemplates (Results 1 – 3 of 3) sorted by relevance
66 RemoteActionTemplate[] remoteActionTemplates = classification.getRemoteActionTemplates(); in create() local67 if (remoteActionTemplates == null) { in create()74 mTemplateIntentFactory.create(remoteActionTemplates); in create()
49 @NonNull RemoteActionTemplate[] remoteActionTemplates) { in create()50 if (remoteActionTemplates.length == 0) { in create()54 for (RemoteActionTemplate remoteActionTemplate : remoteActionTemplates) { in create()
133 RemoteActionTemplate[] remoteActionTemplates = in createLabeledIntentResult() local135 if (remoteActionTemplates == null) { in createLabeledIntentResult()140 List<LabeledIntent> labeledIntents = templateIntentFactory.create(remoteActionTemplates); in createLabeledIntentResult()