Home
last modified time | relevance | path

Searched refs:failMessage (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DResourceManagerStubActivity.java115 String failMessage = "The potential reasons for the failure:\n"; in testReclaimResource() local
125 Assert.assertTrue(failMessage + reasons.toString(), result); in testReclaimResource()
DMediaCodecCapabilitiesTest.java866 String failMessage = "In order to pass the test, please publish following " + in testGetMaxSupportedInstances() local
868 fail(failMessage + xmlOverrides.toString()); in testGetMaxSupportedInstances()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageReportingTest.java360 final String failMessage; in assertAppOrTokenUsed() local
362 failMessage = entity + " not found in list of active activities and tokens"; in assertAppOrTokenUsed()
364 failMessage = entity + " found in list of active activities and tokens"; in assertAppOrTokenUsed()
367 TestUtils.waitUntil(failMessage, ASSERT_TIMEOUT_SECONDS, () -> { in assertAppOrTokenUsed()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierMessagingServiceWrapperTest.java245 private void waitForServiceReady(String failMessage) { in waitForServiceReady() argument
252 fail(failMessage + " within " in waitForServiceReady()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java367 private void expectSecurityException(ExceptionRunnable action, String failMessage) in expectSecurityException() argument
371 fail(failMessage); in expectSecurityException()
377 private void expectNameNotFoundException(ExceptionRunnable action, String failMessage) in expectNameNotFoundException() argument
381 fail(failMessage); in expectNameNotFoundException()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DAtomicInstallTest.java392 private static void assertInconsistentSettings(String failMessage, Install install) { in assertInconsistentSettings() argument
393 InstallUtils.commitExpectingFailure(IllegalStateException.class, failMessage, install); in assertInconsistentSettings()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java953 private void failTest(String failMessage) { in failTest() argument
969 builder.setMessage(getString(R.string.dialog_fail_test) + ". " + failMessage) in failTest()