Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder_test.js102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
Dreader_test.js254 writeField, epsilon, lowerLimit, upperLimit, filter) { argument
/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/base/services/core/jni/BroadcastRadio/
Dconvert.cpp84 jfieldID lowerLimit; member