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 172 * @see {@link #isPreset(RadioStation)}
175 public boolean isPreset(int channel, int radioBand) {
176 return isPreset(new RadioStation(channel, 0 /* subchannel */, radioBand, null /* rds */));
182 public boolean isPreset(RadioStation station) {
RadioController.java 427 mRadioStorage.isPreset(channel, mCurrentRadioBand));
620 mRadioStorage.isPreset(mCurrentChannelNumber, mCurrentRadioBand));
752 boolean isPreset = mRadioStorage.isPreset(station);
754 if (isPreset) {
    [all...]

Completed in 783 milliseconds