Searched defs:BAND_FM_HD (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java102 public static final int BAND_FM_HD = 2; field in class:RadioManager
111 BAND_FM_HD,
545 if (type != BAND_AM && type != BAND_FM && type != BAND_FM_HD && type != BAND_AM_HD) {
563 * <li>{@link #BAND_FM} or {@link #BAND_FM_HD} cast to {@link FmBandDescriptor}, </li>
587 return mType == BAND_FM || mType == BAND_FM_HD;
634 case BAND_FM_HD:
704 * @see #BAND_FM_HD */
938 * <li>{@link #BAND_FM} or {@link #BAND_FM_HD} cast to {@link FmBandDescriptor}, </li>
975 case BAND_FM_HD:
1029 * @see #BAND_FM_HD */
[all...]

Completed in 87 milliseconds