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()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewRenderProcessTest.java73 WebkitUtils.onMainThread(() -> {
90 WebkitUtils.onMainThread(() -> {
DWebViewTest.java913 WebkitUtils.onMainThread(() -> { in testCapturePicture()