Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DLayoutTestController.java43 public void dumpAsText() { in dumpAsText() method in LayoutTestController
44 dumpAsText(false); in dumpAsText()
47 public void dumpAsText(boolean enablePixelTest) { in dumpAsText() method in LayoutTestController
48 mLayoutTestsExecutor.dumpAsText(enablePixelTest); in dumpAsText()
DLayoutTestsExecutor.java680 public void dumpAsText(boolean enablePixelTest) { in dumpAsText() method in LayoutTestsExecutor
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLayoutTestController.java21 public void dumpAsText(boolean enablePixelTests); in dumpAsText() method
DCallbackProxy.java180 mLayoutTestController.dumpAsText(msg.arg1 == 1); in handleMessage()
389 public void dumpAsText() { in dumpAsText() method in CallbackProxy
393 public void dumpAsText(boolean enablePixelTests) { in dumpAsText() method in CallbackProxy
DTestShellActivity.java212 dumpAsText(false); in executeIntent()
371 public void dumpAsText(boolean enablePixelTests) { in dumpAsText() method in TestShellActivity