Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java316 assertLessThan("Roll RMS error", mReport.roll_rms_error, Criterion.roll_rms_error); in test1RollAxis()
317 assertLessThan("Roll max error", mReport.roll_max_error, Criterion.roll_max_error); in test1RollAxis()
329 assertLessThan("Pitch RMS error", mReport.pitch_rms_error, Criterion.pitch_rms_error); in test2PitchAxis()
330 assertLessThan("Pitch max error", mReport.pitch_max_error, Criterion.pitch_max_error); in test2PitchAxis()
342 assertLessThan("Yaw RMS error", mReport.yaw_rms_error, Criterion.yaw_rms_error); in test3YawAxis()
343 assertLessThan("Yaw max error", mReport.yaw_max_error, Criterion.yaw_max_error); in test3YawAxis()
347 private void assertLessThan(String message, double lhs, double rhs) { in assertLessThan() method in RVCVXCheckTestActivity
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java123 assertLessThan(String.format(Locale.ENGLISH, in checkNavigationBarDivider()
176 protected void assertLessThan(String what, float expected, float actual, String hint) { in assertLessThan() method in LightBarTestBase
DLightBarTests.java330 assertLessThan("Too many pixels " + unexpected + " than the background", 0.05f, in assertStats()
337 assertLessThan("Too many pixels with a changed hue", 0.05f, in assertStats()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsFixedCollectionAdapterTest.java328 assertLessThan(10_000, dataSize); in testSerializationSize_largeCollection()
341 assertLessThan(12_000, dataSize); in testSerializationSize_largeCollection_multiPackage()
351 assertLessThan(70_000, dataSize); in testSerializationSize_extraLargeCollection()
370 assertLessThan(15_000, dataSize); in testSerializationSize_largeCollectionInLandPortRemoteViews()
391 assertLessThan(20_000, dataSize); in testSerializationSize_largeCollectionInLandPortRemoteViews_multiPackage()
414 assertLessThan(30_000, dataSize); in testSerializationSize_largeCollectionInSizedRemoteViews()
441 assertLessThan(30_000, dataSize); in testSerializationSize_largeCollectionInSizedRemoteViews_multiPackage()
868 private static void assertLessThan(int expected, int actual) { in assertLessThan() method in RemoteViewsFixedCollectionAdapterTest
DRemoteViewsTest.java1011 assertLessThan(landscapeParcelledSize * 2, getParcelledSize(mRemoteViews)); in testWriteToParcel_landscapePortrait()
1036 assertLessThan(singelParcelledSize * 3, getParcelledSize(mRemoteViews)); in testWriteToParcel_sizeMap()
2594 private static void assertLessThan(int expected, int actual) { in assertLessThan() method in RemoteViewsTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java303 private static void assertLessThan(long left, long right) { in assertLessThan() method in UsageStatsTest
794 assertLessThan(rareTimeStamp, workingTimeStamp); in testQueryEventsForSelf()
827 assertLessThan(Math.abs(diff - (DAY / 2)), TIME_DIFF_THRESHOLD); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
1915 assertLessThan(startIdx, stopIdx); in testForegroundServiceHelper()
1923 assertLessThan(startTime, lastTimeUsed); in testForegroundServiceHelper()
1924 assertLessThan(lastTimeUsed, endTime); in testForegroundServiceHelper()
1928 assertLessThan(sleepTime, totalTimeUsed); in testForegroundServiceHelper()
2162 assertLessThan(0, totalTimeVisible); in testPipActivity()