Searched refs:purposedTimeout (Results 1 – 2 of 2) sorted by relevance
178 private int getValidatedTimeout(int purposedTimeout) { in getValidatedTimeout() argument180 if (purposedTimeout < 0) { in getValidatedTimeout()189 int currentDiff = Math.abs(purposedTimeout - Integer.parseInt(option)); in getValidatedTimeout()
225 private int getValidatedTimeout(int purposedTimeout, boolean isSleepTimeout) { in getValidatedTimeout() argument228 if (purposedTimeout < 0) { in getValidatedTimeout()240 int currentDiff = Math.abs(purposedTimeout - Integer.parseInt(option)); in getValidatedTimeout()