Searched defs:FmBandConfig (Results 1 - 1 of 1) 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...]

Completed in 73 milliseconds