Home
last modified time | relevance | path

Searched refs:widgetVersion (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationContext.java42 String widgetVersion) { in TextClassificationContext() argument
45 mWidgetVersion = widgetVersion; in TextClassificationContext()
110 public Builder setWidgetVersion(@Nullable String widgetVersion) { in setWidgetVersion() argument
111 mWidgetVersion = widgetVersion; in setWidgetVersion()
DSelectionSessionLogger.java210 final String widgetVersion = Objects.toString(log.getTaggedData(WIDGET_VERSION), ""); in debugLog() local
211 final String widget = widgetVersion.isEmpty() in debugLog()
212 ? widgetType : widgetType + "-" + widgetVersion; in debugLog()
DTextClassifierEventTronLogger.java160 final String widgetVersion = in debugLog() local
178 builder.append(", widgetVersion=").append(widgetVersion); in debugLog()
/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java111 @NonNull Context context, @WidgetType int widgetType, @Nullable String widgetVersion) { in SmartSelectionEventTracker() argument
113 mWidgetVersion = widgetVersion; in SmartSelectionEventTracker()
329 final String widgetVersion = Objects.toString(log.getTaggedData(WIDGET_VERSION), ""); in debugLog() local
330 final String widget = widgetVersion.isEmpty() in debugLog()
331 ? widgetType : widgetType + "-" + widgetVersion; in debugLog()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...