Fix the wrong threshold on the MeanLargerThanVerificationTest.

MeanLargerThanVerification() will return false if all ABS(means) are
smaller than the expected + thresholds; return true if any means is
equal or larger than expected + thresholds.

-Previous threshold is copied from MeanVerificationTest(); Changes to
the correct means values.
-Adjust the expected and thresholds values and add comments to explain
each tests.

Bug: 192423310 Fix: 192423310 Fixes: 192423310
Test: run cts -m CtsSensorTestCases --test android.hardware.cts.helpers.sensorverification.MeanLargerThanVerificationTest#testVerify
Test: ATest
Change-Id: Ib573622ae65034b85baecfb8c063053999b763ed
1 file changed