HomeSort by relevance Sort by last modified time
    Searched refs:gsm (Results 26 - 50 of 89) sorted by null

12 3 4

  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 25 import android.telephony.gsm.SmsManager;
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 29 import android.telephony.gsm.GsmCellLocation;
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 17 package android.telephony.gsm;
27 * @deprecated Replaced by android.telephony.SmsManager that supports both GSM and CDMA.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMFileHandler.java 17 package com.android.internal.telephony.gsm;
32 static final String LOG_TAG = "GSM";
SpnOverride.java 17 package com.android.internal.telephony.gsm;
38 static final String LOG_TAG = "GSM";
GsmCall.java 17 package com.android.internal.telephony.gsm;
SmsCbHeader.java 17 package com.android.internal.telephony.gsm;
28 * GSM pdu format, as defined in 3gpp TS 23.041, section 9.4.1
38 * GSM pdu format, as defined in 3gpp TS 23.041, section 9.4.1.3
48 * Length of GSM pdus
53 * Maximum length of ETWS primary message GSM pdus
97 // GSM pdus are no more than 88 bytes
VoiceMailConstants.java 17 package com.android.internal.telephony.gsm;
41 static final String LOG_TAG = "GSM";
GsmDataConnection.java 17 package com.android.internal.telephony.gsm;
35 private static final String LOG_TAG = "GSM";
GsmCallTracker.java 17 package com.android.internal.telephony.gsm;
28 import android.telephony.gsm.GsmCellLocation;
41 import com.android.internal.telephony.gsm.CallFailCause;
42 import com.android.internal.telephony.gsm.GSMPhone;
43 import com.android.internal.telephony.gsm.GsmCall;
44 import com.android.internal.telephony.gsm.GsmConnection;
53 static final String LOG_TAG = "GSM";
60 static final int MAX_CONNECTIONS = 7; // only 7 connections allowed in GSM
675 // GSM index assigned yet
785 throw new CallStateException("no gsm index found")
    [all...]
GsmSMSDispatcher.java 17 package com.android.internal.telephony.gsm;
30 import android.telephony.gsm.GsmCellLocation;
51 private static final String TAG = "GSM";
SimSmsInterfaceManager.java 17 package com.android.internal.telephony.gsm;
48 static final String LOG_TAG = "GSM";
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 1764 struct wpa_group *gsm = sm->group; local
1801 struct wpa_group *gsm = sm->group; local
2114 struct wpa_group *gsm = sm->group; local
    [all...]
wpa_auth_ft.c 416 struct wpa_group *gsm = sm->group; local
422 key_len = gsm->GTK_len;
436 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len);
442 key = gsm->GTK[gsm->GN - 1];
456 WPA_PUT_LE16(&subelem[2], gsm->GN & 0x03);
457 subelem[4] = gsm->GTK_len;
458 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5);
473 struct wpa_group *gsm = sm->group local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 113 boolean gsm) {
126 isGsm = gsm;
137 boolean gsm) {
139 evdoDbm, evdoEcio, evdoSnr, -1, -1, -1, -1, -1, gsm);
235 * Get the GSM Signal Strength, valid values are (0-31, 99) as defined in TS 27.007 8.5
242 * Get the GSM bit error rate (0-7, 99) as defined in TS 27.007 8.5
380 * Get Gsm signal strength as dBm
399 * Get gsm as level 0..4
421 * Get the gsm signal level as an asu value between 0..31, 99 is unknown
598 * @return true if this is for GSM
    [all...]
SmsCbMessage.java 24 import com.android.internal.telephony.gsm.SmsCbHeader;
363 // Language is two GSM characters followed by a CR.
372 // Language is two GSM characters.
407 * timestamp. Copied from com.android.internal.telephony.gsm.SmsMessage.
447 * Append text to the message body. This is used to concatenate multi-page GSM broadcasts.
  /frameworks/base/telephony/java/com/android/internal/telephony/ims/
IsimUiccRecords.java 25 import com.android.internal.telephony.gsm.SimTlv;
38 protected static final String LOG_TAG = "GSM";
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SMSDispatcherTest.java 21 import com.android.internal.telephony.gsm.SmsMessage;
SmsMessageBodyTest.java 38 * present in the GSM default and national language tables defined in
40 * supports the GSM 7 bit default alphabet, ASCII 8 bit, and UCS-2.
47 // ASCII chars in the GSM 7 bit default alphabet
51 // Unicode chars in the GSM 7 bit default alphabet and both locking shift tables
55 // Unicode chars in the GSM 7 bit default table and Turkish locking shift tables
59 // Unicode chars in the GSM 7 bit default table but not the locking shift tables
63 // ASCII chars in the GSM default extension table
66 // chars in GSM default extension table and Portuguese locking shift table
89 // chars in all national language tables but not in the standard GSM alphabets
99 // Greek letters in GSM alphabet missing from Portuguese locking and single shift table
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 36 import com.android.internal.telephony.gsm.GsmSMSDispatcher;
37 import com.android.internal.telephony.gsm.SimCard;
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 28 import com.android.internal.telephony.gsm.GSMPhone;
AdnRecordCache.java 25 import com.android.internal.telephony.gsm.UsimPhoneBookManager;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 30 import com.android.internal.telephony.gsm.SmsCbHeader;
CellBroadcastMessage.java 28 import com.android.internal.telephony.gsm.SmsCbHeader;
  /external/libgsm/src/
gsm_print.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_print.c,v 1.1 1992/10/28 00:15:50 jutta Exp $ */
13 #include "gsm.h"
16 int gsm_print P3((f, s, c), FILE * f, gsm s, gsm_byte * c)

Completed in 735 milliseconds

12 3 4