Searched refs:NEUTRAL (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ResultType.java | 28 NEUTRAL, enumConstant
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/ |
D | SecurityTestCase.java | 231 reportLog.addValue("kptr_restrict", kptrRestrict, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer() 241 reportLog.addValue("address" + i, ptr, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer() 255 "is_kernel_pointer", isKernelPointer, ResultType.NEUTRAL, ResultUnit.NONE); in assertNotKernelPointer() 329 reportLog.addValue("path", driver, ResultType.NEUTRAL, ResultUnit.NONE); in containsDriver() 330 reportLog.addValue("exists", containsDriver, ResultType.NEUTRAL, ResultUnit.NONE); in containsDriver() 358 reportLog.addValue("test_name", testName, ResultType.NEUTRAL, ResultUnit.NONE); in buildMetricsReportLog()
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 72 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_detailOnly() 78 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_full()
|
D | MetricsXmlSerializerTest.java | 73 mLocalReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize()
|