HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_RADIO_BAND (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/Radio/src/com/android/car/radio/
PreScannedChannelLoader.java 30 private final static int INVALID_RADIO_BAND = -1;
33 private int mCurrentRadioBand = INVALID_RADIO_BAND;
52 * specified by {@link #INVALID_RADIO_BAND}. If no stations exist for the given band, then an
58 if (mCurrentRadioBand == INVALID_RADIO_BAND) {
RadioStorage.java 49 public static final int INVALID_RADIO_BAND = -1;

Completed in 79 milliseconds