Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1304 public static class AmBandConfig extends BandConfig { class in RadioManager
1308 public AmBandConfig(AmBandDescriptor descriptor) { in AmBandConfig() method in RadioManager.AmBandConfig
1313 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig() method in RadioManager.AmBandConfig
1326 private AmBandConfig(Parcel in) { in AmBandConfig() method in RadioManager.AmBandConfig
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp78 } AmBandConfig; member