|
||||||||||
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 |
---|
public static final int ENCODING_UNKNOWN
public static final int ENCODING_7BIT
public static final int ENCODING_8BIT
public static final int ENCODING_16BIT
public static final int MAX_USER_DATA_BYTES
public static final int MAX_USER_DATA_SEPTETS
public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER
Constructor Detail |
---|
public SmsMessage()
Method Detail |
---|
public static SmsMessage createFromPdu(byte[] pdu)
public static int getTPLayerLengthForPDU(String pdu)
public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly)
public static int[] calculateLength(String messageBody, boolean use7bitOnly)
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress, String destinationAddress, String message, boolean statusReportRequested)
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested)
public String getServiceCenterAddress()
public String getOriginatingAddress()
public String getDisplayOriginatingAddress()
public String getMessageBody()
public SmsMessage.MessageClass getMessageClass()
public String getDisplayMessageBody()
public String getPseudoSubject()
public long getTimestampMillis()
public boolean isEmail()
public String getEmailBody()
public String getEmailFrom()
public int getProtocolIdentifier()
public boolean isReplace()
public boolean isCphsMwiMessage()
public boolean isMWIClearMessage()
public boolean isMWISetMessage()
public boolean isMwiDontStore()
public byte[] getUserData()
public byte[] getPdu()
public int getStatusOnSim()
public int getIndexOnSim()
public int getStatus()
public boolean isStatusReportMessage()
public boolean isReplyPathPresent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |