Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java309 assertLessThan("Roll RMS error", mReport.roll_rms_error, Criterion.roll_rms_error); in test1RollAxis()
310 assertLessThan("Roll max error", mReport.roll_max_error, Criterion.roll_max_error); in test1RollAxis()
322 assertLessThan("Pitch RMS error", mReport.pitch_rms_error, Criterion.pitch_rms_error); in test2PitchAxis()
323 assertLessThan("Pitch max error", mReport.pitch_max_error, Criterion.pitch_max_error); in test2PitchAxis()
335 assertLessThan("Yaw RMS error", mReport.yaw_rms_error, Criterion.yaw_rms_error); in test3YawAxis()
336 assertLessThan("Yaw max error", mReport.yaw_max_error, Criterion.yaw_max_error); in test3YawAxis()
340 private void assertLessThan(String message, double lhs, double rhs) { in assertLessThan() method in RVCVXCheckTestActivity
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java130 assertLessThan(String.format(Locale.ENGLISH, in checkNavigationBarDivider()
183 protected void assertLessThan(String what, float expected, float actual, String hint) { in assertLessThan() method in LightBarTestBase
DLightBarTests.java301 assertLessThan("Too many pixels " + unexpected + " than the background", 0.05f, in assertStats()
305 assertLessThan("Too many pixels with a changed hue", 0.05f, in assertStats()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java196 private static void assertLessThan(long left, long right) { in assertLessThan() method in UsageStatsTest
284 assertLessThan(startTime, lastTimeAnyComponentUsed); in verifyLastTimeAnyComponentUsedWithinRange()
285 assertLessThan(lastTimeAnyComponentUsed, endTime); in verifyLastTimeAnyComponentUsedWithinRange()
530 assertLessThan(rareTimeStamp, workingTimeStamp); in testQueryEventsForSelf()
563 assertLessThan(Math.abs(diff - (DAY / 2)), TIME_DIFF_THRESHOLD); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
1403 assertLessThan(startIdx, stopIdx); in testForegroundService()
1411 assertLessThan(startTime, lastTimeUsed); in testForegroundService()
1412 assertLessThan(lastTimeUsed, endTime); in testForegroundService()
1416 assertLessThan(sleepTime, totalTimeUsed); in testForegroundService()