Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java321 final String[] dumpArgs = new String[]{"one", "two", "three"}; in testSimpleMethods() local
324 dumpArgs); in testSimpleMethods()
326 mBinder.dump(new FileDescriptor(), dumpArgs); in testSimpleMethods()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DEphemeralTest.java314 CLog.w("Skip intent; " + dumpArgs(testArgs)); in testExposedSystemActivities()
528 private static final String dumpArgs(Map<String, String> testArgs) { in dumpArgs() method in EphemeralTest