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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java752 public static class FmBandConfig extends BandConfig { class in class:RadioManager
758 FmBandConfig(FmBandDescriptor descriptor) { method in class:RadioManager.FmBandConfig
766 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, method in class:RadioManager.FmBandConfig
803 private FmBandConfig(Parcel in) { method in class:RadioManager.FmBandConfig
811 public static final Parcelable.Creator<FmBandConfig> CREATOR
812 = new Parcelable.Creator<FmBandConfig>() {
813 public FmBandConfig createFromParcel(Parcel in) {
814 return new FmBandConfig(in);
817 public FmBandConfig[] newArray(int size) {
818 return new FmBandConfig[siz
[all...]

Completed in 146 milliseconds