Home
last modified time | relevance | path

Searched refs:GSM (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java139 final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE; in getRafFromNetworkType() local
149 raf = GSM | WCDMA; in getRafFromNetworkType()
152 raf = GSM; in getRafFromNetworkType()
158 raf = GSM | WCDMA; in getRafFromNetworkType()
167 raf = RAF_LTE | GSM | WCDMA; in getRafFromNetworkType()
170 raf = RAF_LTE | CDMA | EVDO | GSM | WCDMA; in getRafFromNetworkType()
185 raf = GSM | WCDMA | CDMA | EVDO; in getRafFromNetworkType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags42 # GSM radio access technology switched (obsolete)
48 # GSM data connection state transition
51 # GSM service state transition
78 # GSM radio access technology switched (new)
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java67 public static final AudioCodec GSM = new AudioCodec(3, "GSM/8000", null); field in AudioCodec
82 private static final AudioCodec[] sCodecs = {GSM_EFR, AMR, GSM, PCMU, PCMA};
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd170 <td>GSM modem support</td>
172 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
Dmanaging-avds-cmdline.jd260 <td>GSM modem support</td>
261 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
Demulator.jd132 <li>A GSM modem, including a simulated SIM Card</li>
171 built-in commands to simulate GSM phone calling or SMS between emulator
1349 <td>GSM/CSD</td><td>(Up: 14.4, down: 14.4)</td></tr>
1381 <p>The Android emulator includes its own GSM emulated modem that lets you simulate telephony
1461 <td>Report the current GSM voice/data state.</td>
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd196 GSM networks. Even 3G-capable devices will spend lots of time on non-3G
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd195 GSM networks. Even 3G-capable devices will spend lots of time on non-3G
/frameworks/base/docs/html/tools/debugging/
Dddms.jd318 <li>Speed - Full, GSM, HSCSD, GPRS, EDGE, UMTS, HSDPA</li>
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd767 <li>Setting the GSM voice registration state to 'roaming' in the console will
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd752 <td>Subfeature. The application uses GSM telephony radio features on the
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd284 <p>If the device uses a radio connection (GSM phone), the MCC and MNC values come
/frameworks/base/api/
Dsystem-current.txt18962 field public static final android.net.rtp.AudioCodec GSM;
Dcurrent.txt17638 field public static final android.net.rtp.AudioCodec GSM;