Home
last modified time | relevance | path

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

/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebViewOnUiThread.java547 class ExitLoopException extends RuntimeException { in pumpMessages() class
553 throw new ExitLoopException(); // exit loop! in pumpMessages()
558 } catch (ExitLoopException e) { in pumpMessages()