/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 83 * Map between the display gsm mode and the internal tag used by the display. 95 "GSM", 1055 GsmStatus gsm = null; local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 26 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo;
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerService.java | 42 import android.telephony.gsm.GsmCellLocation; 374 String updateMsg = "gsm signal=" + signalStrength.getGsmSignalStrength();
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 31 import com.android.internal.telephony.gsm.CallFailCause; 32 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo; 33 import com.android.internal.telephony.gsm.SuppServiceNotification; 445 //Log.i("GSM", "[SimCmds] getCurrentCalls"); 448 //Log.i("GSM", "[SimCmds] getCurrentCalls: SIM not ready!"); 557 Log.i("GSM", "[SimCmd] hangupConnection: resultFail"); 560 Log.i("GSM", "[SimCmd] hangupConnection: resultSuccess"); 927 * smscPDU is smsc address in PDU form GSM BCD format prefixed [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 42 import android.telephony.gsm.GsmCellLocation; 61 import com.android.internal.telephony.gsm.GsmDataConnection; 100 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA 252 gsmState = (TextView) findViewById(R.id.gsm); 618 s = SystemProperties.get("net.gsm.radio-reset", "0"); 621 s = SystemProperties.get("net.gsm.attempt-gprs", "0"); 624 s = SystemProperties.get("net.gsm.succeed-gprs", "0"); 627 //s = SystemProperties.get("net.gsm.disconnect", "0"); [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 17 package com.android.internal.telephony.gsm; 31 import com.android.internal.telephony.gsm.CallFailCause; 32 import com.android.internal.telephony.gsm.GSMPhone; 33 import com.android.internal.telephony.gsm.GSMTestHandler; 34 import com.android.internal.telephony.gsm.GsmMmiCode; 35 import com.android.internal.telephony.gsm.SuppServiceNotification; [all...] |
/external/libgsm/src/ |
gsm_encode.c | 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_encode.c,v 1.2 1996/07/02 09:59:05 jutta Exp $ */ 10 #include "gsm.h" 13 void gsm_encode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c)
|
gsm_implode.c | 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_implode.c,v 1.2 1996/07/02 14:32:43 jutta Exp jutta $ */ 11 #include "gsm.h" 14 void gsm_implode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c) 106 * to the "packed" version of a GSM frame.
|
gsm_decode.c | 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_decode.c,v 1.2 1996/07/02 09:59:05 jutta Exp $ */ 11 #include "gsm.h" 14 int gsm_decode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target)
|
gsm_explode.c | 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_explode.c,v 1.2 1996/07/02 14:32:42 jutta Exp jutta $ */ 10 #include "gsm.h" 13 int gsm_explode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target)
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 36 import com.android.internal.telephony.gsm.GsmDataConnectionTracker;
|
CdmaLteUiccRecords.java | 31 import com.android.internal.telephony.gsm.SIMRecords;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 17 package com.android.internal.telephony.gsm; 36 static final String LOG_TAG = "GSM"; 50 // The GSM index is 1 + this 499 throw new CallStateException ("GSM index not yet assigned"); 603 //Log.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail"); 626 Log.e("GSM", "processNextPostDialChar: c=" + c + " isn't valid!"); 646 //Log.v("GSM", "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
|
UsimPhoneBookManager.java | 17 package com.android.internal.telephony.gsm; 41 private static final String LOG_TAG = "GSM";
|
SmsMessage.java | 17 package com.android.internal.telephony.gsm; 47 static final String LOG_TAG = "GSM"; 252 // First, try encoding it with the GSM alphabet 673 * Interprets the user data payload as packed GSM 7bit characters, and 879 case 3: //GSM 03.40 9.2.3.1: MTI == 3 is Reserved. [all...] |
GsmServiceStateTracker.java | 17 package com.android.internal.telephony.gsm; 56 import android.telephony.gsm.GsmCellLocation; 71 static final String LOG_TAG = "GSM"; 87 * GSM roaming status solely based on TS 27.007 7.2 CREG. Only used by 232 // Gsm doesn't support OTASP so its not needed 652 * Since the roaming states of gsm service (from +CREG) and 657 * as roaming while gsm service reports roaming but indeed it is [all...] |
SIMRecords.java | 17 package com.android.internal.telephony.gsm; 50 protected static final String LOG_TAG = "GSM"; 351 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported [all...] |
GsmDataConnectionTracker.java | 17 package com.android.internal.telephony.gsm; 48 import android.telephony.gsm.GsmCellLocation; 78 protected final String LOG_TAG = "GSM"; 372 if (DBG) log("setState should not be used in GSM" + s); [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
GsmSmsTest.java | 19 import com.android.internal.telephony.gsm.SmsMessage; 182 // email gateway sms test, including gsm extended character set. 210 // GSM 7 bit tables in String form, Escape (0x1B) replaced with '@' 212 // GSM 7 bit default alphabet 283 // GSM 7 bit default alphabet extension table
|
IntRangeManagerTest.java | 21 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo;
|
/prebuilt/common/osgi/ |
osgi.jar | |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneBase.java | 42 import com.android.internal.telephony.gsm.SIMRecords; 43 import com.android.internal.telephony.gsm.SimCard; 750 * Set the preferred Network Type: Global, CDMA only or GSM/UMTS only 883 return "GSM nw, no ERI"; [all...] |
CommandsInterface.java | 19 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo; 158 // GSM SMS fail cause for acknowledgeLastIncomingSMS. From TS 23.040, 9.2.3.22. [all...] |
IccCard.java | 38 import com.android.internal.telephony.gsm.SIMRecords; 244 * instanceof com.android.internal.telephony.gsm.CommandException) 394 * Also available via Android property "gsm.sim.operator.alpha" 823 // Returns ICC card status for both GSM and CDMA mod [all...] |
PhoneProxy.java | 34 import com.android.internal.telephony.gsm.GSMPhone; 74 //switch Phone from CDMA to GSM or vice versa 77 (mOutgoingPhone.equals("GSM") ? "CDMAPhone" : "GSMPhone") ); 87 if(mOutgoingPhone.equals("GSM")) {
|