HomeSort by relevance Sort by last modified time
    Searched refs:gsm (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 42 import android.telephony.gsm.GsmCellLocation;
374 String updateMsg = "gsm signal=" + signalStrength.getGsmSignalStrength();
  /packages/apps/Phone/src/com/android/phone/
NetworkSetting.java 40 import com.android.internal.telephony.gsm.NetworkInfo;
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneProxy.java 35 import com.android.internal.telephony.gsm.GSMPhone;
36 import com.android.internal.telephony.gsm.NetworkInfo;
37 import com.android.internal.telephony.gsm.GsmDataConnection;
76 //switch Phone from CDMA to GSM or vice versa
79 (mOutgoingPhone.equals("GSM") ? "CDMAPhone" : "GSMPhone") );
89 if(mOutgoingPhone.equals("GSM")) {
CommandsInterface.java 19 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo;
143 // GSM SMS fail cause for acknowledgeLastIncomingSMS. From TS 23.040, 9.2.3.22.
    [all...]
DataConnection.java 19 import com.android.internal.telephony.gsm.ApnSetting;
819 * as GSM networks.
    [all...]
PhoneBase.java 38 import com.android.internal.telephony.gsm.GsmDataConnection;
681 * Set the preferred Network Type: Global, CDMA only or GSM/UMTS only
778 return "GSM nw, no ERI";
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 33 import com.android.internal.telephony.gsm.CallFailCause;
34 import com.android.internal.telephony.gsm.SmsBroadcastConfigInfo;
35 import com.android.internal.telephony.gsm.SuppServiceNotification;
450 //Log.i("GSM", "[SimCmds] getCurrentCalls");
453 //Log.i("GSM", "[SimCmds] getCurrentCalls: SIM not ready!");
562 Log.i("GSM", "[SimCmd] hangupConnection: resultFail");
565 Log.i("GSM", "[SimCmd] hangupConnection: resultSuccess");
932 * smscPDU is smsc address in PDU form GSM BCD format prefixed
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 43 import android.telephony.gsm.GsmCellLocation;
62 import com.android.internal.telephony.gsm.GsmDataConnection;
102 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA
255 gsmState = (TextView) findViewById(R.id.gsm);
611 s = SystemProperties.get("net.gsm.radio-reset", "0");
614 s = SystemProperties.get("net.gsm.attempt-gprs", "0");
617 s = SystemProperties.get("net.gsm.succeed-gprs", "0");
620 //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;
36 import com.android.internal.telephony.gsm.CallFailCause;
37 import com.android.internal.telephony.gsm.GSMPhone;
38 import com.android.internal.telephony.gsm.GSMTestHandler;
39 import com.android.internal.telephony.gsm.GsmMmiCode;
40 import com.android.internal.telephony.gsm.SuppServiceNotification;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 17 package com.android.internal.telephony.gsm;
71 import com.android.internal.telephony.gsm.stk.StkService;
86 // NOTE that LOG_TAG here is "GSM", which means that log messages
89 static final String LOG_TAG = "GSM";
266 return "GSM";
575 // gsm index starts at 1, up to 5 connections in a call,
    [all...]
GsmConnection.java 17 package com.android.internal.telephony.gsm;
37 static final String LOG_TAG = "GSM";
51 // The GSM index is 1 + this
500 throw new CallStateException ("GSM index not yet assigned");
604 //Log.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
627 Log.e("GSM", "processNextPostDialChar: c=" + c + " isn't valid!");
647 //Log.v("GSM", "##### processNextPostDialChar: send msg to postDialHandler, arg1=" + c);
UsimPhoneBookManager.java 17 package com.android.internal.telephony.gsm;
43 private static final String LOG_TAG = "GSM";
SmsMessage.java 17 package com.android.internal.telephony.gsm;
47 static final String LOG_TAG = "GSM";
160 * Note: This functionality is currently not supported in GSM mode.
164 Log.w(LOG_TAG, "newFromParcel: is not supported in GSM mode.");
269 // First, try encoding it with the GSM alphabet
694 * Interprets the user data payload as packed GSM 7bit characters, and
    [all...]
GsmDataConnectionTracker.java 17 package com.android.internal.telephony.gsm;
47 import android.telephony.gsm.GsmCellLocation;
67 protected final String LOG_TAG = "GSM";
259 if (!mRetryMgr.configure(SystemProperties.get("ro.gsm.data_retry_config"))) {
272 "ro.gsm.2nd_data_retry_config"))) {
    [all...]
GsmServiceStateTracker.java 17 package com.android.internal.telephony.gsm;
43 import android.telephony.gsm.GsmCellLocation;
70 static final String LOG_TAG = "GSM";
89 * GSM roaming status solely based on TS 27.007 7.2 CREG. Only used by
742 * Since the roaming states of gsm service (from +CREG) and
747 * as roaming while gsm service reports roaming but indeed it is
    [all...]
GsmMmiCode.java 17 package com.android.internal.telephony.gsm;
43 static final String LOG_TAG = "GSM";
156 * Some dial strings in GSM are defined to do non-call setup
    [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/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/cdma/
CDMAPhone.java 486 selectNetworkManually(com.android.internal.telephony.gsm.NetworkInfo network,
    [all...]
CdmaDataConnectionTracker.java 51 import com.android.internal.telephony.gsm.ApnSetting;
    [all...]

Completed in 496 milliseconds

1 2 3 45 6