Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java48 private static final int LOWEST_STATION = 875; field in FmUtils
78 boolean isValid = (station >= LOWEST_STATION && station <= HIGHEST_STATION); in isValidStation()
92 result = LOWEST_STATION; in computeIncreaseStation()
106 if (result < LOWEST_STATION) { in computeDecreaseStation()