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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java43 public void dumpAsText() { method in class:LayoutTestController
44 dumpAsText(false);
47 public void dumpAsText(boolean enablePixelTest) { method in class:LayoutTestController
48 mLayoutTestsExecutor.dumpAsText(enablePixelTest);
H A DLayoutTestsExecutor.java597 /** If dumpAsText was not called we assume that the result should be text */
680 public void dumpAsText(boolean enablePixelTest) { method in class:LayoutTestsExecutor
681 Log.i(LOG_TAG, mCurrentTestRelativePath + ": dumpAsText(" + enablePixelTest + ") called");
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java21 public void dumpAsText(boolean enablePixelTests); method in interface:LayoutTestController
H A DCallbackProxy.java180 mLayoutTestController.dumpAsText(msg.arg1 == 1);
389 public void dumpAsText() { method in class:CallbackProxy
393 public void dumpAsText(boolean enablePixelTests) { method in class:CallbackProxy
H A DTestShellActivity.java211 if (mTestUrl.contains("/dumpAsText/")) {
212 dumpAsText(false);
371 public void dumpAsText(boolean enablePixelTests) { method in class:TestShellActivity
374 Log.v(LOGTAG, "dumpAsText(enablePixelTests == true) not implemented on Android!");
381 Log.v(LOGTAG, "dumpAsText called: "+url);

Completed in 196 milliseconds