OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toReportString
(Results
1 - 5
of
5
) sorted by null
/cts/common/util/src/com/android/compatibility/common/util/
ResultType.java
35
public String
toReportString
() {
ResultUnit.java
47
public String
toReportString
() {
MetricsXmlSerializer.java
45
mXmlSerializer.attribute(null, "scoreType", summary.getType().
toReportString
());
46
mXmlSerializer.attribute(null, "unit", summary.getUnit().
toReportString
());
ReportLog.java
130
serializer.attribute(null, SCORETYPE_ATTR, getType().
toReportString
());
131
serializer.attribute(null, SCOREUNIT_ATTR, getUnit().
toReportString
());
/cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java
219
SUMMARY_SOURCE, SUMMARY_MESSAGE, ResultType.HIGHER_BETTER.
toReportString
(),
220
ResultUnit.SCORE.
toReportString
(), Double.toString(SUMMARY_VALUE),
221
DETAILS_SOURCE, DETAILS_MESSAGE, ResultType.LOWER_BETTER.
toReportString
(),
222
ResultUnit.MS.
toReportString
(), Double.toString(DETAILS_VALUE_1),
Completed in 102 milliseconds