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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java334 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
338 mUpperLimit = upperLimit;
461 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
463 super(region, type, lowerLimit, upperLimit, spacing);
573 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
575 super(region, type, lowerLimit, upperLimit, spacing);
651 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
652 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing);
766 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
768 super(region, type, lowerLimit, upperLimit, spacin
972 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
[all...]

Completed in 77 milliseconds