Home
last modified time | relevance | path

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

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebkitUtils.java60 public static <T> Future<T> onMainThread(final Callable<T> callable) { in onMainThread() method in WebkitUtils
80 public static void onMainThread(final Runnable runnable) { in onMainThread() method in WebkitUtils
99 return waitForFuture(onMainThread(callable)); in onMainThreadSync()
117 onMainThread(new Runnable() { in onMainThreadSync()
DWebViewSyncLoader.java283 WebkitUtils.onMainThread(call); in callAndWait()
DWebViewOnUiThread.java493 WebkitUtils.onMainThread(() -> mWebView.evaluateJavascript(script, result));
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessTest.java76 WebkitUtils.onMainThread(() -> {
93 WebkitUtils.onMainThread(() -> {