Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java90 InstallUtils.commitExpectingFailure(AssertionError.class, in testInstallTwoApksDowngradeFail()
127 InstallUtils.commitExpectingFailure(AssertionError.class, "Missing existing base package", in testChildFailurePropagated()
135 InstallUtils.commitExpectingFailure(AssertionError.class, "Failed to parse", in testEarlyFailureFailsAll()
189 InstallUtils.commitExpectingFailure(AssertionError.class, failMessage, install); in assertInconsistentSettings()
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java177 public static void commitExpectingFailure(Class expectedThrowableClass, in commitExpectingFailure() method in InstallUtils
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java487 InstallUtils.commitExpectingFailure(AssertionError.class, in testNonStagedInstallApkWithSameNameAsApexShouldFail()
635 InstallUtils.commitExpectingFailure(IllegalArgumentException.class, in testInstallApex_DeviceDoesNotSupportApex_Fails()