|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.telephony.gsm.SmsMessage
@Deprecated public class SmsMessage
| Nested Class Summary | |
|---|---|
static class |
SmsMessage.MessageClass
Deprecated. |
static class |
SmsMessage.SubmitPdu
Deprecated. |
| Field Summary | |
|---|---|
static int |
ENCODING_16BIT
Deprecated. |
static int |
ENCODING_7BIT
Deprecated. |
static int |
ENCODING_8BIT
Deprecated. |
static int |
ENCODING_UNKNOWN
Deprecated. |
static int |
MAX_USER_DATA_BYTES
Deprecated. |
static int |
MAX_USER_DATA_SEPTETS
Deprecated. |
static int |
MAX_USER_DATA_SEPTETS_WITH_HEADER
Deprecated. |
| Constructor Summary | |
|---|---|
SmsMessage()
Deprecated. |
|
| Method Summary | |
|---|---|
static int[] |
calculateLength(CharSequence messageBody,
boolean use7bitOnly)
Deprecated. |
static int[] |
calculateLength(String messageBody,
boolean use7bitOnly)
Deprecated. |
static SmsMessage |
createFromPdu(byte[] pdu)
Deprecated. |
String |
getDisplayMessageBody()
Deprecated. |
String |
getDisplayOriginatingAddress()
Deprecated. |
String |
getEmailBody()
Deprecated. |
String |
getEmailFrom()
Deprecated. |
int |
getIndexOnSim()
Deprecated. |
String |
getMessageBody()
Deprecated. |
SmsMessage.MessageClass |
getMessageClass()
Deprecated. |
String |
getOriginatingAddress()
Deprecated. |
byte[] |
getPdu()
Deprecated. |
int |
getProtocolIdentifier()
Deprecated. |
String |
getPseudoSubject()
Deprecated. |
String |
getServiceCenterAddress()
Deprecated. |
int |
getStatus()
Deprecated. |
int |
getStatusOnSim()
Deprecated. |
static SmsMessage.SubmitPdu |
getSubmitPdu(String scAddress,
String destinationAddress,
short destinationPort,
byte[] data,
boolean statusReportRequested)
Deprecated. |
static SmsMessage.SubmitPdu |
getSubmitPdu(String scAddress,
String destinationAddress,
String message,
boolean statusReportRequested)
Deprecated. |
long |
getTimestampMillis()
Deprecated. |
static int |
getTPLayerLengthForPDU(String pdu)
Deprecated. |
byte[] |
getUserData()
Deprecated. |
boolean |
isCphsMwiMessage()
Deprecated. |
boolean |
isEmail()
Deprecated. |
boolean |
isMWIClearMessage()
Deprecated. |
boolean |
isMwiDontStore()
Deprecated. |
boolean |
isMWISetMessage()
Deprecated. |
boolean |
isReplace()
Deprecated. |
boolean |
isReplyPathPresent()
Deprecated. |
boolean |
isStatusReportMessage()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final int ENCODING_UNKNOWN
@Deprecated public static final int ENCODING_7BIT
@Deprecated public static final int ENCODING_8BIT
@Deprecated public static final int ENCODING_16BIT
@Deprecated public static final int MAX_USER_DATA_BYTES
@Deprecated public static final int MAX_USER_DATA_SEPTETS
@Deprecated public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER
| Constructor Detail |
|---|
@Deprecated public SmsMessage()
| Method Detail |
|---|
@Deprecated public static SmsMessage createFromPdu(byte[] pdu)
@Deprecated public static int getTPLayerLengthForPDU(String pdu)
@Deprecated
public static int[] calculateLength(CharSequence messageBody,
boolean use7bitOnly)
@Deprecated
public static int[] calculateLength(String messageBody,
boolean use7bitOnly)
@Deprecated
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress,
String destinationAddress,
String message,
boolean statusReportRequested)
@Deprecated
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress,
String destinationAddress,
short destinationPort,
byte[] data,
boolean statusReportRequested)
@Deprecated public String getServiceCenterAddress()
@Deprecated public String getOriginatingAddress()
@Deprecated public String getDisplayOriginatingAddress()
@Deprecated public String getMessageBody()
@Deprecated public SmsMessage.MessageClass getMessageClass()
@Deprecated public String getDisplayMessageBody()
@Deprecated public String getPseudoSubject()
@Deprecated public long getTimestampMillis()
@Deprecated public boolean isEmail()
@Deprecated public String getEmailBody()
@Deprecated public String getEmailFrom()
@Deprecated public int getProtocolIdentifier()
@Deprecated public boolean isReplace()
@Deprecated public boolean isCphsMwiMessage()
@Deprecated public boolean isMWIClearMessage()
@Deprecated public boolean isMWISetMessage()
@Deprecated public boolean isMwiDontStore()
@Deprecated public byte[] getUserData()
@Deprecated public byte[] getPdu()
@Deprecated public int getStatusOnSim()
@Deprecated public int getIndexOnSim()
@Deprecated public int getStatus()
@Deprecated public boolean isStatusReportMessage()
@Deprecated public boolean isReplyPathPresent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||