Home
last modified time | relevance | path

Searched defs:expectedOutputPattern (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java266 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand()
270 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch()
275 private String runCommand(String command, String expectedOutputPattern, in runCommand()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java99 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand()
103 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch()
108 private String runCommand(String command, String expectedOutputPattern, in runCommand()