Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java112 private void checkDump(String expected, String[] args) throws RemoteException, IOException { in checkDump() method in JavaClientTest
131 checkDump("", new String[]{}); in testDump()
132 checkDump("", new String[]{"", ""}); in testDump()
133 checkDump("Hello World!", new String[]{"Hello ", "World!"}); in testDump()
134 checkDump("ABC", new String[]{"A", "B", "C"}); in testDump()