Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1277 public static class AmBandConfig extends BandConfig { class in RadioManager
1281 public AmBandConfig(AmBandDescriptor descriptor) { in AmBandConfig() method in RadioManager.AmBandConfig
1286 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, in AmBandConfig() method in RadioManager.AmBandConfig
1299 private AmBandConfig(Parcel in) { in AmBandConfig() method in RadioManager.AmBandConfig
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp78 } AmBandConfig; member