Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionDebugReportDaoTest.java139 int lowLimit = 5; in testGetDebugReportsBeforeTimeHonorsLimit() local
145 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, lowLimit); in testGetDebugReportsBeforeTimeHonorsLimit()
154 Assert.assertEquals(lowLimit, debugReportsWithLowLimits.size()); in testGetDebugReportsBeforeTimeHonorsLimit()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java639 float lowLimit = 0; in findBestSpacingValue() local
643 float value = (lowLimit + highLimit) / 2; in findBestSpacingValue()
648 lowLimit = value; in findBestSpacingValue()