D | RadioManager.java | 544 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor() argument 550 mLowerLimit = lowerLimit; in BandDescriptor() 713 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor() argument 715 super(region, type, lowerLimit, upperLimit, spacing); in FmBandDescriptor() 840 public AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor() argument 842 super(region, type, lowerLimit, upperLimit, spacing); in AmBandDescriptor() 918 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() argument 919 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing); in BandConfig() 1047 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() argument 1049 super(region, type, lowerLimit, upperLimit, spacing); in FmBandConfig() [all …]
|