Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DSystemAppUninstallerTest.java83 CommandResult commandResult = createSuccessfulCommandResult(); in uninstallPackage_differentPackageWithSameNamePrefixInstalled_doesNotRemove()
305 CommandResult commandResult = createSuccessfulCommandResult(); in createGoodDeviceWithUserAppInstalled()
319 CommandResult commandResult = createSuccessfulCommandResult(); in createGoodDeviceWithAppNotInstalled()
342 .thenReturn(createSuccessfulCommandResult()); in createGoodDeviceWithSystemAppInstalled()
357 commandResult = createSuccessfulCommandResult(); in createGoodDeviceWithSystemAppInstalled()
366 commandResult = createSuccessfulCommandResult(); in createGoodDeviceWithSystemAppInstalled()
388 .thenReturn(createSuccessfulCommandResult()); in createGoodDeviceWithSystemAppInstalled()
394 .thenReturn(createSuccessfulCommandResult()); in createGoodDeviceWithSystemAppInstalled()
398 .thenReturn(createSuccessfulCommandResult()); in createGoodDeviceWithSystemAppInstalled()
400 .thenReturn(createSuccessfulCommandResult()); in createGoodDeviceWithSystemAppInstalled()
[all …]
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java114 .thenReturn(createSuccessfulCommandResult()); in tearDown_setUpRecoveredGms_checksGms()
130 .thenReturn(createSuccessfulCommandResult()); in tearDown_setUpFoundGms_checksGms()
211 .doReturn(createSuccessfulCommandResult()) in createDeviceWithGmsAbsentAndRecoverable()
220 .thenReturn(createSuccessfulCommandResult()); in createDeviceWithGmsPresent()
278 private static CommandResult createSuccessfulCommandResult() { in createSuccessfulCommandResult() method
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java109 .thenReturn(createSuccessfulCommandResult()); in run_packageResetSuccess()
413 return createSuccessfulCommandResult(); in createLaunchTestWithInstrumentation()
446 private CommandResult createSuccessfulCommandResult() { in createSuccessfulCommandResult() method in AppLaunchTestTest