Searched refs:lowLimit (Results 1 – 2 of 2) sorted by relevance
139 int lowLimit = 5; in testGetDebugReportsBeforeTimeHonorsLimit() local145 mAdSelectionDebugReportDao.getDebugReportsBeforeTime(FIXED_NOW, lowLimit); in testGetDebugReportsBeforeTimeHonorsLimit()154 Assert.assertEquals(lowLimit, debugReportsWithLowLimits.size()); in testGetDebugReportsBeforeTimeHonorsLimit()
639 float lowLimit = 0; in findBestSpacingValue() local643 float value = (lowLimit + highLimit) / 2; in findBestSpacingValue()648 lowLimit = value; in findBestSpacingValue()