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

  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioStorage.java 173 * @see #isPreset(RadioStation)
176 public boolean isPreset(int channel, int radioBand) {
177 return isPreset(new RadioStation(channel, 0 /* subchannel */, radioBand, null /* rds */));
183 public boolean isPreset(RadioStation station) {
RadioController.java 428 mRadioStorage.isPreset(channel, mCurrentRadioBand));
621 mRadioStorage.isPreset(mCurrentChannelNumber, mCurrentRadioBand));
753 boolean isPreset = mRadioStorage.isPreset(station);
755 if (isPreset) {
    [all...]

Completed in 508 milliseconds