Home
last modified time | relevance | path

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

/cts/tests/tests/content/HelloWorldApp/src_res_hardening_lib/com/example/helloworld/lib/
DTestUtils.java300 Matcher<? super T> checkFailure) throws Exception { in testReadSuccessAndFailure() argument
305 assertThat(value, checkFailure); in testReadSuccessAndFailure()
312 Matcher<Throwable> checkFailure) throws Exception { in testReadSuccessAndFailureException() argument
316 MatcherUtils.assertThrows(checkFailure, getValue::apply); in testReadSuccessAndFailureException()
/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java931 CommitIntentReceiver.checkFailure( in testInstallerChecksumsTrustAllWrongName()
1799 public static void checkFailure(Intent result, int expectedStatus, in checkFailure() method in ChecksumsTest.CommitIntentReceiver
1808 public static void checkFailure(Intent result, String expectedStatusMessage) { in checkFailure() method in ChecksumsTest.CommitIntentReceiver
1809 checkFailure(result, PackageInstaller.STATUS_FAILURE, expectedStatusMessage); in checkFailure()