Home
last modified time | relevance | path

Searched defs:upperLimit (Results 1 – 3 of 3) 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.cpp85 jfieldID upperLimit; member
/frameworks/base/core/java/android/text/
DLayout.java188 TextPaint paint, TextDirectionHeuristic textDir, float upperLimit) { in getDesiredWidthWithLimit()