Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 23 of 23) sorted by relevance

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DLayersTraceSubjectTest.java64 .that(e.getMessage()) in testCanDetectEmptyRegionFromLayerTrace()
66 assertWithMessage("Contains timestamp").that(e.getMessage()).contains("0h38m28s8ms"); in testCanDetectEmptyRegionFromLayerTrace()
68 .that(e.getMessage()) in testCanDetectEmptyRegionFromLayerTrace()
71 .that(e.getMessage()) in testCanDetectEmptyRegionFromLayerTrace()
74 .that(e.getMessage()) in testCanDetectEmptyRegionFromLayerTrace()
92 .that(e.getMessage()) in testCanDetectIncorrectVisibilityFromLayerTrace()
95 .that(e.getMessage()) in testCanDetectIncorrectVisibilityFromLayerTrace()
98 .that(e.getMessage()) in testCanDetectIncorrectVisibilityFromLayerTrace()
101 .that(e.getMessage()) in testCanDetectIncorrectVisibilityFromLayerTrace()
DLayersTraceTest.java128 assertThat(exception.getMessage()) in canDetectOrphanLayers()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DLogGenerator.java63 Log.w(TAG, "Error while saving dumpsys meminfo -c: " + ioe.getMessage()); in save()
75 Log.w(TAG, "Error while saving dumpsys cpuinfo : " + ioe.getMessage()); in save()
87 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save()
99 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save()
111 Log.w(TAG, String.format("Failed to save frangmentation: %s", e.getMessage())); in save()
123 Log.w(TAG, String.format("Failed to save graphicsstats: %s", e.getMessage())); in save()
136 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in save()
148 Log.w(TAG, String.format("Failed to save pagetypeinfo: %s", e.getMessage())); in save()
160 Log.w(TAG, String.format("Failed to save trace: %s", e.getMessage())); in save()
DDexTestRunner.java189 throw new RuntimeException("Class not found: " + ex.getMessage()); in addTestClassByName()
DAuptTestRunner.java501 throw new AuptTerminator(t.getMessage(), t);
507 throw new AuptTerminator(t.getMessage(), t);
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DIncidentReportListenerTest.java119 assertTrue(e.getMessage().contains("Couldn't create")); in testFailCollectIfNoDestinationDirectory()
120 assertTrue(e.getMessage().contains("destination folder")); in testFailCollectIfNoDestinationDirectory()
128 assertTrue(e.getMessage().contains("destination folder")); in testFailCollectIfNoDestinationDirectory()
129 assertTrue(e.getMessage().contains("does not exist")); in testFailCollectIfNoDestinationDirectory()
146 assertTrue(e.getMessage().contains("no data")); in testCollectEmptyReportFails()
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java108 Log.e(LOG_TAG, "Unable to start the perfetto tracing due to :" + ioe.getMessage()); in startCollecting()
141 Log.e(LOG_TAG, "Unable to stop the perfetto tracing due to " + ioe.getMessage()); in stopCollecting()
183 Log.e(LOG_TAG, "Not able to check the perfetto status due to:" + ioe.getMessage()); in isPerfettoRunning()
224 + ioe.getMessage()); in copyFileOutput()
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
DMetricsAssertsTest.java95 assertEquals(message, e.getMessage()); in testHasActionLogFalse()
111 assertEquals(message, e.getMessage()); in testHasVisibleLogFalse()
127 assertEquals(message, e.getMessage()); in testHasHiddenLogFalse()
162 assertEquals(message, e.getMessage()); in testDoesNotHaveTemplateLog()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DMappedMultiException.java54 public String getMessage() { in getMessage() method in MappedMultiException
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java82 command, e.getMessage())); in executeShellCommand()
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/
DESimUtilityInstrumentation.java60 result.putString("sim_utility_exception", e.getMessage()); in updateWithException()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DLongevitySuiteTest.java202 Assert.assertEquals(e.getCauses().get(0).getMessage(), "Cause 1"); in testThrowingErrorReportingRunnerCauses()
203 Assert.assertEquals(e.getCauses().get(1).getMessage(), "Cause 2"); in testThrowingErrorReportingRunnerCauses()
DLongevityClassRunnerTest.java243 Assert.assertTrue(e.getMessage().contains("should not be checked")); in testAfterClassMethodsHandling_marksFailure()
276 Assert.assertTrue(e.getMessage().contains("should not be checked")); in testRunAfterClassMethodsHandling_marksPassed()
450 if (failure.getException().getMessage().contains(ASSERTION_FAILURE_MESSAGE)) { in verifyForAssertionFailures()
DScenarioRunnerTest.java142 if (failure.getException().getMessage().contains(ASSERTION_FAILURE_MESSAGE)) { in verifyForAssertionFailures()
DScheduledScenarioRunnerTest.java429 if (failure.getException().getMessage().contains(ASSERTION_FAILURE_MESSAGE)) { in verifyForAssertionFailures()
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java197 final String message = failure.getMessage(); in formatError()
255 formatSkip(failure.getDescription(), failure.getMessage()); in testAssumptionFailure()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DShowmapSnapshotHelper.java147 Log.e(TAG, e.getMessage(), e.getCause()); in getMetrics()
157 Log.e(TAG, e.getMessage(), e.getCause()); in getMetrics()
/platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/
DConnectivityHelper.java104 Log.i(TAG, ex.getMessage()); in isConnected()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScheduledRunCollectionListener.java117 String.format("Fail to output time series due to : %s.", e.getMessage())); in write()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DHelperManager.java294 String.format("%s:\n%s.", message, causeIfPresent.getMessage()), in wrapThrowable()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java249 getConfigId(), e.getMessage())); in removeStatsConfig()
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java270 Log.e(TEST_TAG, e.getMessage()); in executeShellCommand()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java127 Log.e(TEST_TAG, e.getMessage()); in populateDangerousPermissionGroupInfo()