Home
last modified time | relevance | path

Searched refs:runExpectingFailure (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java140 .runExpectingFailure(); in testInstallBaseWithWrongSignature()
246 .runExpectingFailure(); in testInstallSplitOnlyMissingSignature()
298 installer.runExpectingFailure(); in testInstallDmWithoutFsvSig_Base()
320 installer.runExpectingFailure(); in testInstallDmWithoutFsvSig_Split()
341 .runExpectingFailure(); in testInstallSomeApkIsMissingFsvSig_Base()
352 .runExpectingFailure(); in testInstallSomeApkIsMissingFsvSig_Split()
368 .runExpectingFailure(); in testInstallBaseWithFsvSigThenSplitWithout()
382 .runExpectingFailure(); in testInstallBaseWithoutFsvSigThenSplitWith()
H A DBaseInstallMultiple.java77 void runExpectingFailure() throws DeviceNotAvailableException { in runExpectingFailure() method in BaseInstallMultiple