Home
last modified time | relevance | path

Searched defs:lowerLimit (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java545 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor()
715 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor()
843 public AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor()
922 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig()
1052 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig()
1286 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp84 jfieldID lowerLimit; member