Home
last modified time | relevance | path

Searched refs:templateIntentFactory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/intent/
DTemplateClassificationIntentFactory.java45 public TemplateClassificationIntentFactory(TemplateIntentFactory templateIntentFactory, in TemplateClassificationIntentFactory() argument
47 mTemplateIntentFactory = Preconditions.checkNotNull(templateIntentFactory); in TemplateClassificationIntentFactory()
/frameworks/base/core/java/android/view/textclassifier/
DActionsSuggestionsHelper.java131 TemplateIntentFactory templateIntentFactory, in createLabeledIntentResult() argument
140 List<LabeledIntent> labeledIntents = templateIntentFactory.create(remoteActionTemplates); in createLabeledIntentResult()