Home
last modified time | relevance | path

Searched refs:remoteActionTemplates (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/intent/
DTemplateClassificationIntentFactory.java66 RemoteActionTemplate[] remoteActionTemplates = classification.getRemoteActionTemplates(); in create() local
67 if (remoteActionTemplates == null) { in create()
74 mTemplateIntentFactory.create(remoteActionTemplates); in create()
DTemplateIntentFactory.java49 @NonNull RemoteActionTemplate[] remoteActionTemplates) { in create()
50 if (remoteActionTemplates.length == 0) { in create()
54 for (RemoteActionTemplate remoteActionTemplate : remoteActionTemplates) { in create()
/frameworks/base/core/java/android/view/textclassifier/
DActionsSuggestionsHelper.java133 RemoteActionTemplate[] remoteActionTemplates = in createLabeledIntentResult() local
135 if (remoteActionTemplates == null) { in createLabeledIntentResult()
140 List<LabeledIntent> labeledIntents = templateIntentFactory.create(remoteActionTemplates); in createLabeledIntentResult()