Home
last modified time | relevance | path

Searched refs: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() argument
267 return runCommand(command, expectedOutputPattern, true); in runCommand()
270 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch() argument
272 return runCommand(command, expectedOutputPattern, false); in runCommandAndNotMatch()
275 private String runCommand(String command, String expectedOutputPattern, in runCommand() argument
286 expectedOutputPattern, Pattern.MULTILINE | Pattern.COMMENTS); in runCommand()
290 + " \"" + expectedOutputPattern + "\""); in runCommand()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java101 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand() argument
102 return runCommand(command, expectedOutputPattern, true); in runCommand()
105 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch() argument
107 return runCommand(command, expectedOutputPattern, false); in runCommandAndNotMatch()
110 private String runCommand(String command, String expectedOutputPattern, in runCommand() argument
121 expectedOutputPattern, Pattern.MULTILINE | Pattern.COMMENTS); in runCommand()
125 + " \"" + expectedOutputPattern + "\""); in runCommand()