Searched refs:widgetType (Results 1 – 5 of 5) sorted by relevance
45 String widgetType, in TextClassificationContext() argument48 mWidgetType = Preconditions.checkNotNull(widgetType); in TextClassificationContext()122 public Builder(@NonNull String packageName, @NonNull @WidgetType String widgetType) { in Builder() argument124 mWidgetType = Preconditions.checkNotNull(widgetType); in Builder()
209 final String widgetType = Objects.toString(log.getTaggedData(WIDGET_TYPE), UNKNOWN); in debugLog() local212 ? widgetType : widgetType + "-" + widgetVersion; in debugLog()
158 final String widgetType = in debugLog() local177 builder.append(", widgetType=").append(widgetType); in debugLog()
104 public SmartSelectionEventTracker(@NonNull Context context, @WidgetType int widgetType) { in SmartSelectionEventTracker() argument105 mWidgetType = widgetType; in SmartSelectionEventTracker()111 @NonNull Context context, @WidgetType int widgetType, @Nullable String widgetVersion) { in SmartSelectionEventTracker() argument112 mWidgetType = widgetType; in SmartSelectionEventTracker()328 final String widgetType = Objects.toString(log.getTaggedData(WIDGET_TYPE), UNKNOWN); in debugLog()331 ? widgetType : widgetType + "-" + widgetVersion; in debugLog()
12420 final String widgetType; in getTextClassificationSession() local12422 widgetType = TextClassifier.WIDGET_TYPE_EDITTEXT; in getTextClassificationSession()12424 widgetType = TextClassifier.WIDGET_TYPE_TEXTVIEW; in getTextClassificationSession()12426 widgetType = TextClassifier.WIDGET_TYPE_UNSELECTABLE_TEXTVIEW; in getTextClassificationSession()12429 mContext.getPackageName(), widgetType) in getTextClassificationSession()