Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java69 private static final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE; field in RadioAccessFamily
176 return GSM | WCDMA; in getRafFromNetworkType()
178 return GSM; in getRafFromNetworkType()
182 return GSM | WCDMA; in getRafFromNetworkType()
188 return LTE | GSM | WCDMA; in getRafFromNetworkType()
190 return LTE | CDMA | EVDO | GSM | WCDMA; in getRafFromNetworkType()
200 return GSM | WCDMA | CDMA | EVDO; in getRafFromNetworkType()
208 return RAF_TD_SCDMA | GSM; in getRafFromNetworkType()
210 return LTE | RAF_TD_SCDMA | GSM; in getRafFromNetworkType()
212 return RAF_TD_SCDMA | GSM | WCDMA; in getRafFromNetworkType()
[all …]
DCellInfo.java358 case android.hardware.radio.V1_0.CellInfoType.GSM: return new CellInfoGsm(ci); in create()
371 case android.hardware.radio.V1_0.CellInfoType.GSM: return new CellInfoGsm(ci); in create()
DCellIdentity.java369 case CellInfoType.GSM: { in create()
409 case CellInfoType.GSM: { in create()
/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)
DRIL.java3128 if ((raf & android.hardware.radio.V1_0.RadioAccessFamily.GSM) != 0) { in convertToNetworkTypeBitMask()
3199 raf |= android.hardware.radio.V1_0.RadioAccessFamily.GSM; in convertToHalRadioAccessFamily()
/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/opt/telephony/proto/src/
DcarrierId.proto71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1.
75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
Dtelephony.proto113 // GSM/WCDMA (WCDMA preferred). Note the following values are all off by 1.
116 // GSM only
122 // GSM/WCDMA (auto mode, according to PRL)
134 // GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL)
140 // LTE, GSM/WCDMA
143 // LTE, CDMA, EvDo, GSM/WCDMA
161 // TD-SCDMA and GSM
164 // TD-SCDMA,GSM and LTE
167 // TD-SCDMA, GSM/WCDMA
173 // TD-SCDMA, GSM/WCDMA and LTE
[all …]
/frameworks/base/core/proto/android/service/
Dnetstats.proto71 // builds to only include the info about the GSM network operator (the info
/frameworks/av/media/tests/benchmark/
DREADME.md270 * Audio: AAC, Flac, Opus, MP3, Vorbis, GSM, AMR-NB/WB
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken39 private boolean mExpectingAcknowledgeGsmSms; // true if expecting ack GSM SMS
DGSMPhoneTest.java.broken842 // Test 3: local immediate hangup before GSM index is
/frameworks/base/proto/src/
Dwifi.proto2034 // GSM network
2152 // CDMA: Rssi, EVDO: Rssi, GSM: Rssi
2156 // CDMA: Ecio, EVDO: SNR, GSM: invalid */
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17636 field public static final android.net.rtp.AudioCodec GSM;
/frameworks/base/non-updatable-api/
Dcurrent.txt29607 field public static final android.net.rtp.AudioCodec GSM;
/frameworks/base/api/
Dcurrent.txt29737 field public static final android.net.rtp.AudioCodec GSM;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69104 Landroid/telephony/RadioAccessFamily;->GSM:I