Home | History | Annotate | Download | only in gsm

Lines Matching refs:gsm

17 package android.telephony.gsm;
35 * @deprecated Replaced by android.telephony.SmsMessage that supports both GSM and CDMA.
162 wrappedMessage = com.android.internal.telephony.gsm.SmsMessage.createFromPdu(pdu);
180 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
190 * @param use7bitOnly if true, characters that are not part of the GSM
192 * messageBody containing non-GSM alphabet characters is calculated
203 com.android.internal.telephony.gsm.SmsMessage
219 * @param use7bitOnly if true, characters that are not part of the GSM
221 * messageBody containing non-GSM alphabet characters is calculated
256 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
282 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
313 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress,
575 * GSM:
581 * For not interfering with status codes from GSM, the value is
625 return new com.android.internal.telephony.gsm.SmsMessage();