D | RadioManager.java | 545 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor() argument 551 mLowerLimit = lowerLimit; in BandDescriptor() 715 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor() argument 717 super(region, type, lowerLimit, upperLimit, spacing); in FmBandDescriptor() 843 public AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor() argument 845 super(region, type, lowerLimit, upperLimit, spacing); in AmBandDescriptor() 922 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() argument 923 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing); in BandConfig() 1052 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() argument 1054 super(region, type, lowerLimit, upperLimit, spacing); in FmBandConfig() [all …]
|