H A D | RadioManager.java | 569 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor() argument 576 mUpperLimit = upperLimit; in BandDescriptor() 739 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor() argument 741 super(region, type, lowerLimit, upperLimit, spacing); in FmBandDescriptor() 869 super(region, type, lowerLimit, upperLimit, spacing); in AmBandDescriptor() 949 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() argument 950 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing); in BandConfig() 1079 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() argument 1081 super(region, type, lowerLimit, upperLimit, spacing); in FmBandConfig() 1313 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig() argument [all …]
|