Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java271 String[] commandArray = command.toArray(new String[0]); in executeCompile() local
272 assertEquals("Success", executeSuShellAdbCommand(1, commandArray)[0]); in executeCompile()