Home
last modified time | relevance | path

Searched defs:entityType (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassifierEventTest.java77 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionMulti() local
106 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionSingle() local
138 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_resetSelection() local
229 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_link_smartAction() local
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java144 @EventType int eventType, @EntityType String entityType, in SelectionEvent()
259 final String entityType = classification.getEntityCount() > 0 in createSelectionModifiedEvent() local
283 final String entityType = selection.getEntityCount() > 0 in createSelectionModifiedEvent() local
332 final String entityType = classification.getEntityCount() > 0 in createSelectionActionEvent() local
398 void setEntityType(@EntityType String entityType) { in setEntityType()
H A DTextClassifier.java757 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 DTextLinks.java277 public @FloatRange(from = 0.0, to = 1.0) float getConfidenceScore( in getConfidenceScore()
H A DTextClassifierEvent.java422 final String entityType = getEntityTypes().length > 0 in toSelectionEvent() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...