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.java334 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor()
462 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor()
588 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor()
666 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig()
783 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig()
1015 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1771 int lowerLimit; field in MultiSelectManager.GridModel.Limits
1774 Limits(int lowerLimit, int upperLimit) { in Limits()