/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | LogGenerator.java | 63 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()
|
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
D | ScrollUtility.java | 86 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollBackward() 118 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollForward() 157 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollAndFindUiObject() 185 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollToBeginning() 224 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollAndCheckIfUiElementExist()
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | IncidentReportListenerTest.java | 119 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/metrics-helper/tests/src/android/support/test/metricshelper/ |
D | MetricsAssertsTest.java | 94 assertEquals(message, e.getMessage()); in testHasActionLogFalse() 110 assertEquals(message, e.getMessage()); in testHasVisibleLogFalse() 126 assertEquals(message, e.getMessage()); in testHasHiddenLogFalse() 161 assertEquals(message, e.getMessage()); in testDoesNotHaveTemplateLog()
|
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/ |
D | PerfettoHelper.java | 185 Log.e(LOG_TAG, "Unable to write perfetto process id to a file :" + fnf.getMessage()); in startCollectingFromConfig() 190 Log.e(LOG_TAG, "Unable to stop perfetto process output file." + ie.getMessage()); in startCollectingFromConfig() 194 Log.e(LOG_TAG, "Unable to start the perfetto tracing due to :" + ioe.getMessage()); in startCollectingFromConfig() 255 Log.e(LOG_TAG, "Unable to write perfetto process id to a file :" + fnf.getMessage()); in startCollectingFromConfigFile() 260 Log.e(LOG_TAG, "Unable to stop perfetto process output file." + ie.getMessage()); in startCollectingFromConfigFile() 264 Log.e(LOG_TAG, "Unable to start the perfetto tracing due to :" + ioe.getMessage()); in startCollectingFromConfigFile() 341 Log.e(LOG_TAG, "Unable to stop the perfetto tracing due to " + ioe.getMessage()); in stopCollecting() 460 Log.e(LOG_TAG, "Not able to check the perfetto status due to:" + ioe.getMessage()); in isTestPerfettoRunning() 501 + ioe.getMessage()); in copyFileOutput()
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 100 assertEquals("Sample", report.getSummary().getMessage()); in testParse_summaryOnly() 106 assertEquals("Sample", report.getSummary().getMessage()); in testParse_full() 127 assertEquals("Expected message to be ok", MESSAGE, metric.getMessage()); in testLimits_message() 136 metric.getMessage()); in testLimits_message()
|
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/ |
D | SimpleperfHelper.java | 112 Log.e(LOG_TAG, "Unable to start simpleperf sampling due to :" + e.getMessage()); in startCollecting() 138 Log.e(LOG_TAG, "Unable to stop the simpleperf samping due to " + e.getMessage()); in stopCollecting() 195 Log.e(LOG_TAG, "Could not generate report: " + e.getMessage()); in getSimpleperfReport() 254 Log.e(LOG_TAG, "Could not open report file: " + e.getMessage()); in getMetrics() 296 Log.e(LOG_TAG, "Unable to check simpleperf status: " + e.getMessage()); in isSimpleperfRunning() 342 + e.getMessage()); in copyFileOutput()
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | ThermalThrottlingHelper.java | 52 Log.e(TAG, "Failed to start emulating throttling: " + e.getMessage()); in startThrottling() 107 Log.e(TAG, "Unable to check throttling status: " + e.getMessage()); in isThrottlingEnabled()
|
D | BugReportDurationHelper.java | 287 Log.e(TAG, "Failed to find a bug report in " + bugReportDir + ": " + e.getMessage()); in getLatestBugReport() 323 Log.e(TAG, "Failed to extract and parse the raw bug report: " + e.getMessage()); in extractAndFilterBugReport() 365 Log.e(TAG, "Failed to extract and parse dumpstate_board.txt: " + e.getMessage()); in extractAndFilterDumpstateBoard() 394 Log.e(TAG, "Failed to list the contents of the bug report: " + e.getMessage()); in dumpBugReportEntries()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | Condition.kt | 60 open fun getMessage(value: T): String = "$message(passed=${isSatisfied(value)})" method in android.tools.traces.Condition
|
D | ConditionList.kt | 43 override fun getMessage(value: T): String { in getMessage() method in android.tools.traces.ConditionList
|
D | WaitCondition.kt | 101 val detailedMessage = condition.getMessage(currState) in doWaitForRetry() 113 condition.getMessage(currState) in doNotifyFailure()
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | MemhogHelper.java | 66 Log.e(TAG, "Failed to start memhog: " + e.getMessage()); in startMemhog() 123 Log.e(TAG, "Unable to check memhog status: " + e.getMessage()); in isMemhogRunning()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | LogcatInspector.java | 71 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatContainsInOrder() 90 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatDoesNotContainInOrder()
|
D | MetricsXmlSerializer.java | 43 mXmlSerializer.attribute(null, "message", summary.getMessage()); in serialize()
|
D | ITestResult.java | 51 String getMessage(); in getMessage() method
|
D | BusinessLogic.java | 112 re.getMessage()); in applyLogicsFor() 143 msg.append(String.format("\nMessage [%s]: %s", description, re.getMessage())); in throwAggregatedException()
|
/platform_testing/host_runners/power/tests/src/com/android/power/ |
D | PowerRunnerTests.java | 152 e.getMessage() in testRunWhenDeviceIsNotDisconnectedAfterTestStart() 168 e.getMessage().contains("not connected back to host after waiting for")); in testRunWhenDeviceIsNotConnectedBackAfterTestComplete() 185 e.getMessage().contains("Instrumentation results proto file not found under")); in testParseInstrumentationResultsWhenNoProtoFileIsPresent()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/ |
D | MappedMultiException.java | 54 public String getMessage() { in getMessage() method in MappedMultiException
|
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
D | CommandsHelper.java | 84 command, e.getMessage())); in executeShellCommand()
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | ThermalHelperTest.java | 274 assertTrue(exception1.getMessage().contains(expectedMessage)); 285 assertTrue(exception2.getMessage().contains(expectedMessage)); 296 assertTrue(exception3.getMessage().contains(expectedMessage));
|
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/ |
D | ESimUtilityInstrumentation.java | 60 result.putString("sim_utility_exception", e.getMessage()); in updateWithException()
|
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/ |
D | AnnotationTestRuleHelper.java | 199 String failureMessage = failure.getMessage(); in assertFailsWithTypeAndMessage() 224 String skippedMessage = failure.getMessage(); in assertSkippedWithMessage()
|
/platform_testing/libraries/audio-test-harness/tradefed/src/main/java/com/android/media/audiotestharness/tradefed/ |
D | AudioTestHarnessServerLogForwardingHandler.java | 90 sb.append(logRecord.getMessage()); in buildLogOutputLine()
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
D | SpectatioConfigUtil.java | 123 "Unable to read default config: %s, Error: %s", path, ex.getMessage())); in loadDefaultConfiguration() 154 RUNTIME_CONFIG_PATH, ex.getMessage())); in loadRuntimeConfiguration()
|