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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java336 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
340 mUpperLimit = upperLimit;
464 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
466 super(region, type, lowerLimit, upperLimit, spacing);
590 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
592 super(region, type, lowerLimit, upperLimit, spacing);
668 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
669 mDescriptor = new BandDescriptor(region, type, lowerLimit, upperLimit, spacing);
785 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
787 super(region, type, lowerLimit, upperLimit, spacin
1017 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
[all...]

Completed in 235 milliseconds