HomeSort by relevance Sort by last modified time
    Searched defs:mWidgetType (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/textclassifier/
TextClassificationContext.java 36 private final String mWidgetType;
44 mWidgetType = Preconditions.checkNotNull(widgetType);
62 return mWidgetType;
79 mPackageName, mWidgetType, mWidgetVersion);
88 private final String mWidgetType;
102 mWidgetType = Preconditions.checkNotNull(widgetType);
122 return new TextClassificationContext(mPackageName, mWidgetType, mWidgetVersion);
134 parcel.writeString(mWidgetType);
140 mWidgetType = in.readString();
SelectionEvent.java 126 private String mWidgetType = TextClassifier.WIDGET_TYPE_UNKNOWN;
160 mWidgetType = in.readString();
186 dest.writeString(mWidgetType);
406 return mWidgetType;
422 mWidgetType = context.getWidgetType();
596 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, mResultId,
617 && Objects.equals(mWidgetType, other.mWidgetType)
640 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod,
  /frameworks/base/core/java/android/view/textclassifier/logging/
SmartSelectionEventTracker.java 88 private final int mWidgetType;
103 mWidgetType = widgetType;
110 mWidgetType = widgetType;
290 switch (mWidgetType) {

Completed in 708 milliseconds