Home
last modified time | relevance | path

Searched defs:expectedFailMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
H A DStagedInstallInternalTest.java366 String expectedFailMessage = "Update of APEX package test.apex.rebootless is not allowed " in testApexNotInAllowListCanNotInstall_staged() local
381 String expectedFailMessage = "Update of APEX package test.apex.rebootless is not allowed " in testApexNotInAllowListCanNotInstall_nonStaged() local
396 String expectedFailMessage = "Update of APEX package test.apex.rebootless is not allowed " in testVendorApexWrongInstaller_staged() local
411 String expectedFailMessage = "Update of APEX package test.apex.rebootless is not allowed " in testVendorApexWrongInstaller_nonStaged() local
/aosp_15_r20/cts/libs/install/src/com/android/cts/install/lib/
H A DInstallUtils.java188 String expectedFailMessage, Install install) { in commitExpectingFailure()
424 private static void assertThrows(Class expectedThrowableClass, String expectedFailMessage, in assertThrows()