Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DUninstall.java51 InstallUtils.assertStatusSuccess(sender.getResult()); in uninstallSinglePackage()
DInstall.java180 InstallUtils.assertStatusSuccess(result); in commit()
DInstallUtils.java185 public static void assertStatusSuccess(Intent result) { in assertStatusSuccess() method in InstallUtils
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java19 import static com.android.cts.install.lib.InstallUtils.assertStatusSuccess;
168 InstallUtils.assertStatusSuccess(sender.getResult()); in testRemoveChild()
380 assertStatusSuccess(sender.getResult()); in testInvalidStateScenarios()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DApexShimValidationTest.java117 InstallUtils.assertStatusSuccess(result); in stageApex()
DStagedInstallTest.java20 import static com.android.cts.install.lib.InstallUtils.assertStatusSuccess;
1402 assertStatusSuccess(result); in assertSuccessful()
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java182 InstallUtils.assertStatusSuccess(sender.getResult()); in testOpenAndCommitSessionForSingleApk()