Home
last modified time | relevance | path

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

/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeTestBase.java54 private boolean mIsResultReady; field in JavaBridgeTestBase.Controller
57 mIsResultReady = true; in notifyResultIsReady()
61 while (!mIsResultReady) { in waitForResult()
67 if (!mIsResultReady) { in waitForResult()
71 mIsResultReady = false; in waitForResult()