Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java29 import android.view.textclassifier.TextClassifier.EntityType;
94 @EntityType
105 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
193 @NonNull @EntityType String type, in setEntityType()
H A 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()
H A DTextClassifier.java131 @interface EntityType {} annotation
757 TextLinks.Builder links, String string, @EntityType String entityType) { in addLinks()
772 private static int linkMask(@EntityType String entityType) { in linkMask()
786 private static Map<String, Float> entityScores(@EntityType String entityType) { in entityScores()
H A DTextClassification.java42 import android.view.textclassifier.TextClassifier.EntityType;
180 public @EntityType String getEntity(int index) { in getEntity()
190 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
374 @NonNull @EntityType String type,
H A DTextLinks.java34 import android.view.textclassifier.TextClassifier.EntityType;
268 @NonNull public @EntityType String getEntity(int index) { in getEntity()
278 @EntityType String entityType) { in getConfidenceScore()
/aosp14/frameworks/base/core/java/android/content/
H A DClipDescription.java449 public float getConfidenceScore(@NonNull @TextClassifier.EntityType String entity) { in getConfidenceScore()