Home
last modified time | relevance | path

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

/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java44 private static final int MULTIPLICATION_RESULT = 2231; field in SampleDeviceReportLogTest
66 assertTrue("Multiplication result do not match", product == MULTIPLICATION_RESULT); in testMultiplication()
71 reportLog.addValue(EXPECTED_PRODUCT_TAG, 1.0 * MULTIPLICATION_RESULT, ResultType.NEUTRAL, in testMultiplication()