Searched refs:lowerLimitKHz (Results 1 – 1 of 1) sorted by relevance
147 int lowerLimitKHz = band.getLowerLimit(); in getValidAppendices() local150 int minLenDisp = numLength(lowerLimitKHz / displayFactor); // display length in getValidAppendices()177 int scanStartShiftKHz = Math.max(0, scanStartKHz - lowerLimitKHz); in getValidAppendices()179 scanStartKHz = lowerLimitKHz + scanStartShiftKHz; in getValidAppendices()