Searched refs:currentDiff (Results 1 – 2 of 2) sorted by relevance
189 int currentDiff = Math.abs(purposedTimeout - Integer.parseInt(option)); in getValidatedTimeout() local190 if (currentDiff < diff) { in getValidatedTimeout()191 diff = currentDiff; in getValidatedTimeout()
240 int currentDiff = Math.abs(purposedTimeout - Integer.parseInt(option)); in getValidatedTimeout() local241 if (currentDiff < diff) { in getValidatedTimeout()242 diff = currentDiff; in getValidatedTimeout()