Searched defs:TRACE_TAG_WEBVIEW (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DTrace.java51 public static final long TRACE_TAG_WEBVIEW = 1L << 4; field in class:Trace
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewDelegateFactory.java183 /** Copy of Trace.TRACE_TAG_WEBVIEW */
184 private final static long TRACE_TAG_WEBVIEW = 1L << 4; field in class:WebViewDelegateFactory.Api21CompatibilityDelegate
246 return ((Boolean) mIsTagEnabledMethod.invoke(null, TRACE_TAG_WEBVIEW));

Completed in 102 milliseconds