Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/perftests/src/com/android/settings/tests/perf/
DLaunchSettingsTest.java131 private void handleLaunchResult(String title, String shellCommandResult) { in handleLaunchResult() argument
132 Matcher mMatcher = PATTERN.matcher(shellCommandResult); in handleLaunchResult()
136 fail(String.format("Not found %s.\n %s", title, shellCommandResult)); in handleLaunchResult()