Searched defs:lowerLimit (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 622 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandDescriptor() 802 public FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandDescriptor() 936 public AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandDescriptor() 1019 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() 1159 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() 1404 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.cpp | 84 jfieldID lowerLimit; member
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobConcurrencyManager.java | 2469 int workType, int lowerLimit, int upperLimit) { in getMinValue()
|