Home
last modified time | relevance | path

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

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java84 if (!isUiThread()) { in init()
100 if (!isUiThread()) { in detach()
113 if (!isUiThread()) { in destroy()
238 if (isUiThread()) { in waitForLoadCompletion()
275 if (isUiThread()) { in callAndWait()
373 private static boolean isUiThread() { in isUiThread() method in WebViewSyncLoader