Searched refs:GSM (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | RadioAccessFamily.java | 139 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/ |
D | EventLogTags.logtags | 42 # 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/ |
D | AudioCodec.java | 67 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/ |
D | managing-avds.jd | 170 <td>GSM modem support</td> 172 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
|
D | managing-avds-cmdline.jd | 260 <td>GSM modem support</td> 261 <td>Whether there is a GSM modem in the device. Default value is "yes".</td>
|
D | emulator.jd | 132 <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/ |
D | seamlessness.jd | 196 GSM networks. Even 3G-capable devices will spend lots of time on non-3G
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 195 GSM networks. Even 3G-capable devices will spend lots of time on non-3G
|
/frameworks/base/docs/html/tools/debugging/ |
D | ddms.jd | 318 <li>Speed - Full, GSM, HSCSD, GPRS, EDGE, UMTS, HSDPA</li>
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 767 <li>Setting the GSM voice registration state to 'roaming' in the console will
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 752 <td>Subfeature. The application uses GSM telephony radio features on the
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 284 <p>If the device uses a radio connection (GSM phone), the MCC and MNC values come
|
/frameworks/base/api/ |
D | system-current.txt | 18962 field public static final android.net.rtp.AudioCodec GSM;
|
D | current.txt | 17638 field public static final android.net.rtp.AudioCodec GSM;
|