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.java677 public void notifyDone() { method in class:LayoutTestsExecutor
678 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.java209 mLayoutTestController.notifyDone();
417 public void notifyDone() { method in class:CallbackProxy
H A DTestShellActivity.java408 public void notifyDone() { method in class:TestShellActivity
410 Log.v(LOGTAG, "notifyDone called: " + url);
605 Log.v(LOGTAG, "page finished loading but waiting for notifyDone to be called: " + url);
766 // waiting for "notifyDone" signal to finish, then there's no point in waiting
768 // "notifyDone" will never come out so it's just wasting time till timeout kicks in
775 notifyDone();

Completed in 70 milliseconds