Searched refs:dumpArgs (Results 1 – 2 of 2) sorted by relevance
321 final String[] dumpArgs = new String[]{"one", "two", "three"}; in testSimpleMethods() local324 dumpArgs); in testSimpleMethods()326 mBinder.dump(new FileDescriptor(), dumpArgs); in testSimpleMethods()
314 CLog.w("Skip intent; " + dumpArgs(testArgs)); in testExposedSystemActivities()528 private static final String dumpArgs(Map<String, String> testArgs) { in dumpArgs() method in EphemeralTest