Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java57 private static final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE; field in RadioAccessFamily
158 raf = GSM | WCDMA; in getRafFromNetworkType()
161 raf = GSM; in getRafFromNetworkType()
167 raf = GSM | WCDMA; in getRafFromNetworkType()
176 raf = LTE | GSM | WCDMA; in getRafFromNetworkType()
179 raf = LTE | CDMA | EVDO | GSM | WCDMA; in getRafFromNetworkType()
194 raf = GSM | WCDMA | CDMA | EVDO; in getRafFromNetworkType()
206 raf = RAF_TD_SCDMA | GSM; in getRafFromNetworkType()
209 raf = LTE | RAF_TD_SCDMA | GSM; in getRafFromNetworkType()
212 raf = RAF_TD_SCDMA | GSM | WCDMA; in getRafFromNetworkType()
[all …]
/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)
DCellularNetworkService.java307 case CellInfoType.GSM: { in convertHalCellIdentityToCellIdentity()
375 case CellInfoType.GSM: { in convertHalCellIdentityToCellIdentity()
DRIL.java5308 case CellInfoType.GSM: { in convertHalCellInfoList()
5416 case CellInfoType.GSM: { in convertHalCellInfoList_1_2()
DServiceStateTracker.java913 case CellInfoType.GSM: { in processCellLocationInfo()
/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/
Dtelephony.proto107 // GSM/WCDMA (WCDMA preferred). Note the following values are all off by 1.
110 // GSM only
116 // GSM/WCDMA (auto mode, according to PRL)
128 // GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL)
134 // LTE, GSM/WCDMA
137 // LTE, CDMA, EvDo, GSM/WCDMA
155 // TD-SCDMA and GSM
158 // TD-SCDMA,GSM and LTE
161 // TD-SCDMA, GSM/WCDMA
167 // TD-SCDMA, GSM/WCDMA and LTE
[all …]
DcarrierId.proto66 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1.
70 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
/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/opt/setupwizard/tools/docs/
Dandroid-22.txt17636 field public static final android.net.rtp.AudioCodec GSM;
/frameworks/base/config/
Dhiddenapi-public-dex.txt25751 Landroid/net/rtp/AudioCodec;->GSM:Landroid/net/rtp/AudioCodec;
/frameworks/base/api/
Dcurrent.txt27705 field public static final android.net.rtp.AudioCodec GSM;