Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java179 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow() argument
185 String.format("%s; Command result: %s", failureMessage, commandResult)); in executeShellCommandOrThrow()
192 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog() argument
196 CLog.e("%s. Command result: %s", failureMessage, commandResult); in executeShellCommandOrLog()