Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
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()
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
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()
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,
DTextLinks.java34 import android.view.textclassifier.TextClassifier.EntityType;
268 @NonNull public @EntityType String getEntity(int index) { in getEntity()
278 @EntityType String entityType) { in getConfidenceScore()
/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto147 enum EntityType { enum
200 optional EntityType entity_type = 1;
/frameworks/base/core/java/android/content/
DClipDescription.java450 public float getConfidenceScore(@NonNull @TextClassifier.EntityType String entity) { in getConfidenceScore()