Home
last modified time | relevance | path

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

/external/libtextclassifier/java/src/com/android/textclassifier/common/logging/
DTextClassificationContext.java29 @Nullable private final String widgetVersion; field in TextClassificationContext
32 String packageName, String widgetType, @Nullable String widgetVersion) { in TextClassificationContext()
74 @Nullable private String widgetVersion; field in TextClassificationContext.Builder
94 public Builder setWidgetVersion(@Nullable String widgetVersion) { in setWidgetVersion()