Home
last modified time | relevance | path

Searched refs:Impl (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestWebView.java46 private static final class Impl extends WebView { class in TestWebView
52 Impl(Context context, UiDevice uiDevice, String maker) { in Impl() method in TestWebView.Impl
107 final AtomicReference<TestWebView.Impl> webViewRef = new AtomicReference<>(); in launchTestWebViewActivity()
114 final TestWebView.Impl webView = new Impl(activity, UiDevice.getInstance( in launchTestWebViewActivity()