Searched refs:getEntityConfig (Results 1 – 13 of 13) sorted by relevance
108 result.getEntityConfig().getHints().toArray()); in testParcelOptions()110 result.getEntityConfig().resolveEntityListModifications(Collections.emptyList())); in testParcelOptions()
345 public TextClassifier.EntityConfig getEntityConfig() { in getEntityConfig() method in TextLinks.Request669 options.setEntityConfig(request.getEntityConfig()); in from()725 public TextClassifier.EntityConfig getEntityConfig() { in getEntityConfig() method in TextLinks.Options
90 public TextClassifier.EntityConfig getEntityConfig() { in getEntityConfig() method in TextLinksParams
344 .setEntityConfig(options.getEntityConfig()) in generateLinks()563 final Collection<String> entities = request.getEntityConfig() in generateLegacyLinks()
226 final Collection<String> entitiesToIdentify = request.getEntityConfig() != null in generateLinks()227 ? request.getEntityConfig().resolveEntityListModifications( in generateLinks()228 getEntitiesForHints(request.getEntityConfig().getHints())) in generateLinks()
362 public TextClassifier.EntityConfig getEntityConfig() { in getEntityConfig() method in TextLinks.Options
147 assertEquals(Arrays.asList("a", "c"), result.getEntityConfig().getEntities(mClassifier)); in testParcelOptions()
322 .setEntityConfig(options.getEntityConfig()) in onGenerateLinks()
84 method public androidx.textclassifier.TextClassifier.EntityConfig getEntityConfig();
84 method public androidx.view.textclassifier.TextClassifier.EntityConfig getEntityConfig();
692 ? null : params.getEntityConfig(); in addLinksAsync()
50154 Landroid/view/textclassifier/TextLinks$Request;->getEntityConfig()Landroid/view/textclassifier/Text…
50594 method public android.view.textclassifier.TextClassifier.EntityConfig getEntityConfig();