Home
last modified time | relevance | path

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

/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
DBackgroundDexOptServiceIntegrationTests.java168 private static String[] runShellCommandSplitLines(String cmd) throws IOException { in runShellCommandSplitLines() method in BackgroundDexOptServiceIntegrationTests
175 String[] lines = runShellCommandSplitLines(cmd); in getCompilerFilter()