Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java31 import android.view.textclassifier.TextClassifier.EntityType;
91 @EntityType
102 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
166 @NonNull @EntityType String type, in setEntityType()
DTextClassification.java43 import android.view.textclassifier.TextClassifier.EntityType;
182 public @EntityType String getEntity(int index) { in getEntity()
192 public float getConfidenceScore(@EntityType String entity) { in getConfidenceScore()
365 @NonNull @EntityType String type,
392 @NonNull @EntityType String type,
DSelectionEvent.java26 import android.view.textclassifier.TextClassifier.EntityType;
125 private final @EntityType String mEntityType;
146 @EventType int eventType, @EntityType String entityType, in SelectionEvent()
394 @EntityType
DTextClassifier.java115 @interface EntityType {} annotation
737 TextLinks.Builder links, String string, @EntityType String entityType) { in addLinks()
752 private static int linkMask(@EntityType String entityType) { in linkMask()
766 private static Map<String, Float> entityScores(@EntityType String entityType) { in entityScores()
DTextLinks.java36 import android.view.textclassifier.TextClassifier.EntityType;
269 @NonNull public @EntityType String getEntity(int index) { in getEntity()
279 @EntityType String entityType) { in getConfidenceScore()
/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java427 private final @TextClassifier.EntityType String mEntityType;
432 @TextClassifier.EntityType String entityType, String versionTag) { in SelectionEvent()
/frameworks/base/core/java/android/view/textclassifier/intent/
DLegacyClassificationIntentFactory.java250 Context context, Instant parsedTime, @TextClassifier.EntityType String type) { in createCalendarCreateEventIntent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82503 Landroid/view/textclassifier/TextClassifier$EntityType;