Home
last modified time | relevance | path

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

/aosp12/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.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()
372 @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()
/aosp12/packages/modules/Scheduling/service/java/com/android/server/scheduling/
H A DRebootReadinessLogger.java391 private @interface EntityType {} annotation in RebootReadinessLogger.BlockingEntityRecord
433 private static int mapEntityTypeToRebootBlockReason(@EntityType int type) { in mapEntityTypeToRebootBlockReason()
/aosp12/frameworks/base/core/java/android/content/
H A DClipDescription.java422 public float getConfidenceScore(@NonNull @TextClassifier.EntityType String entity) { in getConfidenceScore()