Searched refs:FmBandConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java767 public static class FmBandConfig extends BandConfig { class in class:RadioManager
774 FmBandConfig(FmBandDescriptor descriptor) { method in class:RadioManager.FmBandConfig
783 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, method in class:RadioManager.FmBandConfig
829 private FmBandConfig(Parcel in) { method in class:RadioManager.FmBandConfig
838 public static final Parcelable.Creator<FmBandConfig> CREATOR
839 = new Parcelable.Creator<FmBandConfig>() {
840 public FmBandConfig createFromParcel(Parcel in) {
841 return new FmBandConfig(in);
844 public FmBandConfig[] newArray(int size) {
845 return new FmBandConfig[siz
[all...]
/frameworks/base/
H A Dcompiled-classes-phone1719 android.hardware.radio.RadioManager$FmBandConfig
1720 android.hardware.radio.RadioManager$FmBandConfig$1

Completed in 250 milliseconds