Home
last modified time | relevance | path

Searched defs:FmBandConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1030 public static class FmBandConfig extends BandConfig { class in RadioManager
1038 public FmBandConfig(FmBandDescriptor descriptor) { in FmBandConfig() method in RadioManager.FmBandConfig
1047 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() method in RadioManager.FmBandConfig
1093 private FmBandConfig(Parcel in) { in FmBandConfig() method in RadioManager.FmBandConfig
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp73 } FmBandConfig; member