/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 81 CellIdentityGsm gsm = new CellIdentityGsm(-1, -1, -1, -1, null, null, null, null, in testConstructCellIdentityGsm() local 83 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm() 84 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm() 85 assertEquals(CellInfo.UNAVAILABLE, gsm.getArfcn()); in testConstructCellIdentityGsm() 86 assertEquals(CellInfo.UNAVAILABLE, gsm.getBsic()); in testConstructCellIdentityGsm() 89 gsm = new CellIdentityGsm(MAX_LAC, MAX_CID, MAX_ARFCN, MAX_BSIC, null, null, null, null, in testConstructCellIdentityGsm() 91 assertEquals(MAX_LAC, gsm.getLac()); in testConstructCellIdentityGsm() 92 assertEquals(MAX_CID, gsm.getCid()); in testConstructCellIdentityGsm() 93 assertEquals(MAX_ARFCN, gsm.getArfcn()); in testConstructCellIdentityGsm() 94 assertEquals(MAX_BSIC, gsm.getBsic()); in testConstructCellIdentityGsm() [all …]
|
D | NetworkScanResultTest.java | 48 CellInfoGsm gsm = new CellInfoGsm(); in testParcel() local 49 gsm.setRegistered(true); in testParcel() 50 gsm.setTimeStamp(9); in testParcel() 51 gsm.setCellIdentity(cig); in testParcel() 52 gsm.setCellSignalStrength(cssg); in testParcel() 53 infos.add(gsm); in testParcel()
|
D | ImsSmsDispatcherTest.java | 75 byte[] pdu = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, in testSendSms() 98 mTrackerData.put("pdu", com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, in testFallbackGsmRetry() 124 mTrackerData.put("pdu", com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, in testErrorImsRetry() 184 mTrackerData.put("pdu", com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(null, in testNetworkError()
|
D | NetworkScanRequestTest.java | 43 RadioAccessSpecifier gsm = new RadioAccessSpecifier(ranGsm, gsmBands, gsmChannels); in testParcel() local 48 RadioAccessSpecifier[] ras = {gsm, lte}; in testParcel()
|
D | SignalStrengthTest.java | 129 CellSignalStrengthGsm gsm = new CellSignalStrengthGsm(-79, 2, 5); in testGetCellSignalStrengths() local 137 gsm, in testGetCellSignalStrengths() 145 assertTrue(gsm.equals(css.get(0))); in testGetCellSignalStrengths()
|
D | SimUtilsTest.java | 19 import com.android.internal.telephony.gsm.SimTlv;
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsMessage.java | 17 package android.telephony.gsm; 158 wrappedMessage = com.android.internal.telephony.gsm.SmsMessage.createFromPdu(pdu); in createFromPdu() 176 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU() 199 com.android.internal.telephony.gsm.SmsMessage in calculateLength() 252 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 278 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 309 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 622 return new com.android.internal.telephony.gsm.SmsMessage(); in getSmsFacility()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | SMSDispatcherUtil.java | 25 import com.android.internal.telephony.gsm.GsmSMSDispatcher; 109 return com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddr, destAddr, message, in getSubmitPduGsm() 130 return com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddr, destAddr, message, in getSubmitPduGsm() 227 return com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddr, destAddr, in getSubmitPduGsm() 259 return com.android.internal.telephony.gsm.SmsMessage.calculateLength(messageBody, in calculateLengthGsm()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoGsm.java | 55 final android.hardware.radio.V1_0.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() 63 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() 71 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.info.gsm(); in CellInfoGsm() 79 final android.hardware.radio.V1_5.CellInfoGsm cig = ci.ratSpecificInfo.gsm(); in CellInfoGsm()
|
D | CellSignalStrengthGsm.java | 70 public CellSignalStrengthGsm(android.hardware.radio.V1_0.GsmSignalStrength gsm) { in CellSignalStrengthGsm() argument 72 this(getRssiDbmFromAsu(gsm.signalStrength), gsm.bitErrorRate, gsm.timingAdvance); in CellSignalStrengthGsm()
|
D | SmsMessage.java | 239 wrappedMessage = com.android.internal.telephony.gsm.SmsMessage.createFromPdu(pdu); in createFromPdu() 287 wrappedMessage = com.android.internal.telephony.gsm.SmsMessage.createFromEfRecord( in createFromEfRecord() 312 wrappedMessage = com.android.internal.telephony.gsm.SmsMessage.createFromEfRecord( in createSmsSubmitPdu() 330 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU() 385 : com.android.internal.telephony.gsm.SmsMessage.calculateLength( in calculateLength() 427 : com.android.internal.telephony.gsm.SmsMessage.calculateLength( in fragmentText() 605 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 633 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 678 spb = com.android.internal.telephony.gsm.SmsMessage.getDeliverPdu(scAddress, in getSmsPdu() 681 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSmsPdu() [all …]
|
D | SignalStrength.java | 135 @NonNull CellSignalStrengthGsm gsm, in SignalStrength() argument 141 mGsm = gsm; in SignalStrength() 170 new CellSignalStrengthGsm(signalStrength.gsm), in SignalStrength() 185 new CellSignalStrengthGsm(signalStrength.gsm), in SignalStrength()
|
D | CellLocation.java | 26 import android.telephony.gsm.GsmCellLocation;
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.h | 54 gsm mGsm; 58 static int DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize);
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | GsmCodec.cpp | 48 gsm mEncode; 49 gsm mDecode;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsDispatchersController.java | 46 import com.android.internal.telephony.gsm.GsmInboundSmsHandler; 47 import com.android.internal.telephony.gsm.GsmSMSDispatcher; 498 pdu = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu( in sendRetrySms() 511 pdu = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu( in sendRetrySms() 815 com.android.internal.telephony.gsm.SmsMessage sms = in handleSmsStatusReport() 816 com.android.internal.telephony.gsm.SmsMessage.createFromPdu(pdu); in handleSmsStatusReport()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SuppServiceNotification.java | 17 package com.android.internal.telephony.gsm;
|
D | SimTlv.java | 17 package com.android.internal.telephony.gsm;
|
D | SsData.java | 20 package com.android.internal.telephony.gsm;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsCbConstants.java | 17 package com.android.internal.telephony.gsm;
|
D | SmsBroadcastConfigInfo.java | 17 package com.android.internal.telephony.gsm;
|
D | GsmSmsAddress.java | 17 package com.android.internal.telephony.gsm;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMTestHandler.java.broken | 17 package com.android.internal.telephony.gsm; 27 import com.android.internal.telephony.gsm.GSMPhone;
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.h | 53 gsm mGsm;
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 17 package android.telephony.gsm;
|