Home
last modified time | relevance | path

Searched refs:EntityType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java29 import android.view.textclassifier.TextClassifier.EntityType;
90 @EntityType
101 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
165 @NonNull @EntityType String type, in setEntityType()
DSelectionEvent.java24 import android.view.textclassifier.TextClassifier.EntityType;
124 private @EntityType String mEntityType;
144 @EventType int eventType, @EntityType String entityType, in SelectionEvent()
392 @EntityType
398 void setEntityType(@EntityType String entityType) { in setEntityType()
DTextClassifier.java131 @interface EntityType {} annotation
755 TextLinks.Builder links, String string, @EntityType String entityType) { in addLinks()
770 private static int linkMask(@EntityType String entityType) { in linkMask()
784 private static Map<String, Float> entityScores(@EntityType String entityType) { in entityScores()
DTextClassification.java41 import android.view.textclassifier.TextClassifier.EntityType;
179 public @EntityType String getEntity(int index) { in getEntity()
189 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
371 @NonNull @EntityType String type,
DTextLinks.java34 import android.view.textclassifier.TextClassifier.EntityType;
268 @NonNull public @EntityType String getEntity(int index) { in getEntity()
278 @EntityType String entityType) { in getConfidenceScore()