Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestWebView.java107 final AtomicReference<TestWebView.Impl> webViewRef = new AtomicReference<>(); in launchTestWebViewActivity() local
122 webViewRef.set(webView); in launchTestWebViewActivity()
130 inputTextFieldRef.set(webViewRef.get().getInput(timeoutForFindObj)); in launchTestWebViewActivity()