Home
last modified time | relevance | path

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

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