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

/frameworks/base/core/java/android/net/
H A DNetworkConfig.java38 * the radio number from radio attributes config
40 public int radio; field in class:NetworkConfig
62 * [associated radio-type],[priority],[dependencyMet]
68 radio = Integer.parseInt(fragments[2]);
78 return (type == radio);
/frameworks/base/core/java/android/hardware/radio/
H A DUtils.java17 package android.hardware.radio;
H A DAnnouncement.java17 package android.hardware.radio;
H A DTunerAdapter.java17 package android.hardware.radio;
30 * Implements the RadioTuner interface by forwarding calls to radio service.
H A DTunerCallbackAdapter.java17 package android.hardware.radio;
H A DProgramList.java17 package android.hardware.radio;
H A DProgramSelector.java17 package android.hardware.radio;
68 /** Analogue AM radio (with or without RDS).
73 /** analogue FM radio (with or without RDS).
209 * Primary identifier for vendor-specific radio technology.
266 * @param programType type of a radio technology.
285 * Type of a radio technology.
371 * ensembles, the radio hardware may select the one with the strongest signal. The UI may select
372 * preferred ensemble though, so the radio hardware may try to use it in the first place.
463 throw new IllegalArgumentException("Subchannels are not supported for non-HD radio");
H A DRadioTuner.java17 package android.hardware.radio;
29 * RadioTuner interface provides methods to control a radio tuner on the device: selecting and
93 * Set mute state. When muted, the radio tuner audio source is not available for playback on
94 * any audio device. when unmuted, the radio tuner audio source is output as a media source
96 * The radio tuner audio source is muted by default when the tuner is first attached.
115 * @return {@code true} if the radio tuner audio source is muted or a problem occured
279 * Get the list of discovered radio stations.
285 * @param vendorFilter vendor-specific selector for radio stations.
286 * @return a list of radio stations.
297 * Get the dynamic list of discovered radio station
[all...]
H A DRadioMetadata.java16 package android.hardware.radio;
32 * Contains meta data about a radio program such as station name, song title, artist etc...
42 public static final String METADATA_KEY_RDS_PI = "android.hardware.radio.metadata.RDS_PI";
47 public static final String METADATA_KEY_RDS_PS = "android.hardware.radio.metadata.RDS_PS";
52 public static final String METADATA_KEY_RDS_PTY = "android.hardware.radio.metadata.RDS_PTY";
57 public static final String METADATA_KEY_RBDS_PTY = "android.hardware.radio.metadata.RBDS_PTY";
62 public static final String METADATA_KEY_RDS_RT = "android.hardware.radio.metadata.RDS_RT";
67 public static final String METADATA_KEY_TITLE = "android.hardware.radio.metadata.TITLE";
72 public static final String METADATA_KEY_ARTIST = "android.hardware.radio.metadata.ARTIST";
77 public static final String METADATA_KEY_ALBUM = "android.hardware.radio
[all...]
H A DRadioManager.java17 package android.hardware.radio;
55 * The RadioManager class allows to control a broadcast radio tuner present on the device.
56 * It provides data structures and methods to query for available radio modules, list their
85 // keep in sync with radio_class_t in /system/core/incluse/system/radio.h
86 /** Radio module class supporting FM (including HD radio) and AM */
88 /** Radio module class supporting satellite radio */
90 /** Radio module class supporting Digital terrestrial radio */
94 /** AM radio band (LW/MW/SW).
97 /** FM radio band.
100 /** FM HD radio o
[all...]
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java16 package android.hardware.radio.tests.functional;
21 import android.hardware.radio.ProgramSelector;
22 import android.hardware.radio.RadioManager;
23 import android.hardware.radio.RadioTuner;
59 * A test for broadcast radio API.
89 // check if radio is supported and skip the test if it's not
95 // Check radio access permission
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp690 std::string build, fingerprint, radio, bootloader, network; local
695 radio = android::base::GetProperty("gsm.version.baseband", "(unknown)");
709 printf("Radio: %s\n", radio.c_str());
905 timeout_ms = logcat_timeout({"radio"});
908 {"logcat", "-b", "radio", "-v", "threadtime", "-v", "printable", "-v", "uid", "-d", "*:v"},

Completed in 401 milliseconds