Searched refs:expectedOutputPattern (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
D | BaseShortcutManagerHostTest.java | 266 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/ |
D | AppBindingHostTest.java | 99 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand() argument 100 return runCommand(command, expectedOutputPattern, true); in runCommand() 103 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch() argument 105 return runCommand(command, expectedOutputPattern, false); in runCommandAndNotMatch() 108 private String runCommand(String command, String expectedOutputPattern, in runCommand() argument 119 expectedOutputPattern, Pattern.MULTILINE | Pattern.COMMENTS); in runCommand() 123 + " \"" + expectedOutputPattern + "\""); in runCommand()
|