Home
last modified time | relevance | path

Searched defs:widgetType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationContext.java45 String widgetType, in TextClassificationContext()
122 public Builder(@NonNull String packageName, @NonNull @WidgetType String widgetType) { in Builder()
DTextClassifierEventTronLogger.java158 final String widgetType = in debugLog() local
DSelectionSessionLogger.java209 final String widgetType = Objects.toString(log.getTaggedData(WIDGET_TYPE), UNKNOWN); in debugLog() local
/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java104 public SmartSelectionEventTracker(@NonNull Context context, @WidgetType int widgetType) { in SmartSelectionEventTracker()
111 @NonNull Context context, @WidgetType int widgetType, @Nullable String widgetVersion) { in SmartSelectionEventTracker()
/frameworks/base/core/java/android/widget/
DTextView.java12420 final String widgetType; in getTextClassificationSession() local