Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1062 public static class FmBandConfig extends BandConfig { class in RadioManager
1070 public FmBandConfig(FmBandDescriptor descriptor) { in FmBandConfig() method in RadioManager.FmBandConfig
1079 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in FmBandConfig() method in RadioManager.FmBandConfig
1125 private FmBandConfig(Parcel in) { in FmBandConfig() method in RadioManager.FmBandConfig
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp73 } FmBandConfig; member