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

  /cts/tests/tests/assist/common/src/android/assist/common/
Utils.java 96 public static final String WEBVIEW = "WEBVIEW";
107 /** Stub html view to load into WebView */
111 public static final String WEBVIEW_HTML_GREETING = "Hello WebView!";
169 case WEBVIEW:
205 case WEBVIEW:
  /frameworks/base/core/java/android/view/textclassifier/logging/
SmartSelectionEventTracker.java 65 private static final String WEBVIEW = "webview";
66 private static final String EDIT_WEBVIEW = "edit-webview";
73 @IntDef({WidgetType.UNSPECIFIED, WidgetType.TEXTVIEW, WidgetType.WEBVIEW,
78 int WEBVIEW = 2;
293 case WidgetType.WEBVIEW:
294 return WEBVIEW;

Completed in 213 milliseconds