Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39701/src/android/security/cts/CVE_2021_39701/
DDeviceTest.java74 assumeTrue(resources.getString(R.string.failMessage) + applicationName, in testService()
90 assumeTrue(resources.getString(R.string.failMessage) + applicationName, in testService()
97 assumeTrue(resources.getString(R.string.failMessage) + applicationName, in testService()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageReportingTest.java363 final String failMessage; in assertAppOrTokenUsed() local
365 failMessage = entity + " not found in list of active activities and tokens"; in assertAppOrTokenUsed()
367 failMessage = entity + " found in list of active activities and tokens"; in assertAppOrTokenUsed()
370 TestUtils.waitUntil(failMessage, ASSERT_TIMEOUT_SECONDS, () -> { in assertAppOrTokenUsed()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java310 private void expectSecurityException(ExceptionRunnable action, String failMessage) in expectSecurityException() argument
314 fail(failMessage); in expectSecurityException()
320 private void expectNameNotFoundException(ExceptionRunnable action, String failMessage) in expectNameNotFoundException() argument
324 fail(failMessage); in expectNameNotFoundException()
/cts/hostsidetests/securitybulletin/test-apps/CVE_2023_20904/src/android/security/cts/CVE_2023_20904/
DDeviceTest.java69 assertFalse(mContext.getString(R.string.failMessage), in testgetTrampolineIntent()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierMessagingServiceWrapperTest.java265 private void waitForServiceReady(String failMessage) { in waitForServiceReady() argument
272 fail(failMessage + " within " in waitForServiceReady()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerStubActivity.java108 String failMessage = "The potential reasons for the failure:\n"; in processActivityResults() local
118 Assert.assertTrue(failMessage + reasons.toString(), result); in processActivityResults()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21251/src/android/security/cts/CVE_2023_21251/
DDeviceTest.java94 context.getString(R.string.failMessage), in testPocCVE_2023_21251()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20138/src/android/security/cts/CVE_2022_20138/
DDeviceTest.java104 assertNull(context.getString(R.string.failMessage), intentReceived); in testCVE_2022_20138()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecInstancesTest.java288 String failMessage = "In order to pass the test, please publish following " in testGetMaxSupportedInstances() local
290 fail(failMessage + xmlOverrides); in testGetMaxSupportedInstances()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20230/src/android/security/cts/CVE_2022_20230/
DDeviceTest.java356 assertFalse(mContext.getString(R.string.failMessage), vulTextFound); in testCVE_2022_20230()
/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/hostsidetests/securitybulletin/test-apps/CVE-2021-39706/src/android/security/cts/CVE_2021_39706/
DDeviceTest.java151 fail(mResources.getString(R.string.failMessage)); in testCredentialReset()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39626/src/android/security/cts/CVE_2021_39626/
DDeviceTest.java150 assertFalse(mContext.getString(R.string.failMessage), isBtDiscoverable); in testBtDiscoverable()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
DDeviceTest.java138 assertNull(context.getString(R.string.failMessage), uiObject); in testPocCVE_2023_21144()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20007/test-app/src/android/security/cts/CVE_2022_20007/
DDeviceTest.java85 getStringRes(R.string.failMessage) + mFirstPocActivityBounds + " " in checkResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java974 private void failTest(String failMessage) { in failTest() argument
990 builder.setMessage(getString(R.string.dialog_fail_test) + ". " + failMessage) in failTest()