Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java938 public static class BandConfig implements Parcelable { class in RadioManager
942 BandConfig(BandDescriptor descriptor) { in BandConfig() method in RadioManager.BandConfig
949 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { in BandConfig() method in RadioManager.BandConfig
953 private BandConfig(Parcel in) { in BandConfig() method in RadioManager.BandConfig
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp64 } BandConfig; member