Searched defs:notifyDone (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java59 public void notifyDone() { method in class:LayoutTestController
60 mLayoutTestsExecutor.notifyDone();
H A DLayoutTestsExecutor.java699 public void notifyDone() { method in class:LayoutTestsExecutor
700 Log.i(LOG_TAG, mCurrentTestRelativePath + ": notifyDone() called");
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java24 public void notifyDone(); method in interface:LayoutTestController
H A DCallbackProxy.java212 mLayoutTestController.notifyDone();
425 public void notifyDone() { method in class:CallbackProxy
H A DTestShellActivity.java400 public void notifyDone() { method in class:TestShellActivity
402 Log.v(LOGTAG, "notifyDone called: " + url);
588 Log.v(LOGTAG, "page finished loading but waiting for notifyDone to be called: " + url);
760 // waiting for "notifyDone" signal to finish, then there's no point in waiting
762 // "notifyDone" will never come out so it's just wasting time till timeout kicks in
768 notifyDone();

Completed in 57 milliseconds