Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java544 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor()
713 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor()
840 public AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor()
918 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig()
1047 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig()
1280 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig()
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DGridModel.java423 public int lowerLimit; field in GridModel.Limits
426 Limits(int lowerLimit, int upperLimit) { in Limits()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp84 jfieldID lowerLimit; member