Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DSystemAppUninstallerTest.java61 .thenReturn(createFailedCommandResult()); in uninstallPackage_frameworkNotRunning_startsFrameworkOrThrows()
103 .thenReturn(createFailedCommandResult()); in uninstallPackage_checkPackageInstalledCommandFailed_throws()
117 .thenReturn(createFailedCommandResult()); in uninstallPackage_getInstallDirectoryCommandFailed_throws()
222 .thenReturn(createFailedCommandResult()); in uninstallPackage_mountReadOnlyFailed_throws()
235 .thenReturn(createFailedCommandResult()); in uninstallPackage_removePackageInstallDirectoryFailed_throws()
248 .thenReturn(createFailedCommandResult()); in uninstallPackage_removePackageDataDirectoryFailed_doesNotThrow()
420 private static CommandResult createFailedCommandResult() { in createFailedCommandResult() method in SystemAppUninstallerTest
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java99 .thenReturn(createFailedCommandResult()); in tearDown_setUpThrows_doesNotCheck()
210 Mockito.doReturn(createFailedCommandResult()) in createDeviceWithGmsAbsentAndRecoverable()
227 .thenReturn(createFailedCommandResult()); in createDeviceWithGmsAbsent()
284 private static CommandResult createFailedCommandResult() { in createFailedCommandResult() method
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java121 .thenReturn(createFailedCommandResult()); in run_packageResetError()
452 private CommandResult createFailedCommandResult() { in createFailedCommandResult() method in AppLaunchTestTest