Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DLayoutTestsExecutor.java571 private static final int MSG_NOTIFY_DONE = 1; field in LayoutTestsExecutor
615 case MSG_NOTIFY_DONE:
707 mLayoutTestControllerHandler.sendEmptyMessage(MSG_NOTIFY_DONE); in notifyDone()