Searched defs:bands (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java95 * Lists properties, options and radio bands supported by a given broadcast radio module.
114 BandDescriptor[] bands) {
124 mBands = bands;
199 /** List of descriptors for all bands supported by this module.
324 /** Radio band descriptor: an element in ModuleProperties bands array.
112 ModuleProperties(int id, int classId, String implementor, String product, String version, String serial, int numTuners, int numAudioSources, boolean isCaptureSupported, BandDescriptor[] bands) argument

Completed in 72 milliseconds