Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DUninstall.java50 InstallUtils.assertStatusSuccess(LocalIntentSender.getIntentSenderResult()); in uninstallSinglePackage()
DInstallUtils.java160 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;
176 assertStatusSuccess(LocalIntentSender.getIntentSenderResult()); in testInvalidStateScenarios()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DApexShimValidationTest.java134 InstallUtils.assertStatusSuccess(result); in stageApex()
DStagedInstallTest.java1155 assertStatusSuccess(result); in assertSuccessful()
1193 private static void assertStatusSuccess(Intent result) { in assertStatusSuccess() method in StagedInstallTest
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java181 InstallUtils.assertStatusSuccess(LocalIntentSender.getIntentSenderResult()); in testOpenAndCommitSessionForSingleApk()