Home
last modified time | relevance | path

Searched defs:entityType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierEventTest.java77 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionMulti() local
106 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionSingle() local
138 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_resetSelection() local
229 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_link_smartAction() local
/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java144 @EventType int eventType, @EntityType String entityType, in SelectionEvent()
259 final String entityType = classification.getEntityCount() > 0 in createSelectionModifiedEvent() local
283 final String entityType = selection.getEntityCount() > 0 in createSelectionModifiedEvent() local
332 final String entityType = classification.getEntityCount() > 0 in createSelectionActionEvent() local
398 void setEntityType(@EntityType String entityType) { in setEntityType()
DTextClassifier.java795 TextLinks.Builder links, String string, @EntityType String entityType) { in addLinks()
810 private static int linkMask(@EntityType String entityType) { in linkMask()
824 private static Map<String, Float> entityScores(@EntityType String entityType) { in entityScores()
DTextLinks.java277 public @FloatRange(from = 0.0, to = 1.0) float getConfidenceScore( in getConfidenceScore()
DTextClassifierEvent.java422 final String entityType = getEntityTypes().length > 0 in toSelectionEvent() local