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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java769 public static class FmBandConfig extends BandConfig { class in class:RadioManager
776 FmBandConfig(FmBandDescriptor descriptor) { method in class:RadioManager.FmBandConfig
785 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, method in class:RadioManager.FmBandConfig
831 private FmBandConfig(Parcel in) { method in class:RadioManager.FmBandConfig
840 public static final Parcelable.Creator<FmBandConfig> CREATOR
841 = new Parcelable.Creator<FmBandConfig>() {
842 public FmBandConfig createFromParcel(Parcel in) {
843 return new FmBandConfig(in);
846 public FmBandConfig[] newArray(int size) {
847 return new FmBandConfig[siz
[all...]

Completed in 48 milliseconds