android.telephony.gsm
Class SmsMessage

java.lang.Object
  extended by android.telephony.gsm.SmsMessage

Deprecated.

@Deprecated
public class SmsMessage
extends Object


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

ENCODING_UNKNOWN

@Deprecated
public static final int ENCODING_UNKNOWN
Deprecated. 
See Also:
Constant Field Values

ENCODING_7BIT

@Deprecated
public static final int ENCODING_7BIT
Deprecated. 
See Also:
Constant Field Values

ENCODING_8BIT

@Deprecated
public static final int ENCODING_8BIT
Deprecated. 
See Also:
Constant Field Values

ENCODING_16BIT

@Deprecated
public static final int ENCODING_16BIT
Deprecated. 
See Also:
Constant Field Values

MAX_USER_DATA_BYTES

@Deprecated
public static final int MAX_USER_DATA_BYTES
Deprecated. 
See Also:
Constant Field Values

MAX_USER_DATA_SEPTETS

@Deprecated
public static final int MAX_USER_DATA_SEPTETS
Deprecated. 
See Also:
Constant Field Values

MAX_USER_DATA_SEPTETS_WITH_HEADER

@Deprecated
public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SmsMessage

@Deprecated
public SmsMessage()
Deprecated. 

Method Detail

createFromPdu

@Deprecated
public static SmsMessage createFromPdu(byte[] pdu)
Deprecated. 


getTPLayerLengthForPDU

@Deprecated
public static int getTPLayerLengthForPDU(String pdu)
Deprecated. 


calculateLength

@Deprecated
public static int[] calculateLength(CharSequence messageBody,
                                               boolean use7bitOnly)
Deprecated. 


calculateLength

@Deprecated
public static int[] calculateLength(String messageBody,
                                               boolean use7bitOnly)
Deprecated. 


getSubmitPdu

@Deprecated
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress,
                                                           String destinationAddress,
                                                           String message,
                                                           boolean statusReportRequested)
Deprecated. 


getSubmitPdu

@Deprecated
public static SmsMessage.SubmitPdu getSubmitPdu(String scAddress,
                                                           String destinationAddress,
                                                           short destinationPort,
                                                           byte[] data,
                                                           boolean statusReportRequested)
Deprecated. 


getServiceCenterAddress

@Deprecated
public String getServiceCenterAddress()
Deprecated. 


getOriginatingAddress

@Deprecated
public String getOriginatingAddress()
Deprecated. 


getDisplayOriginatingAddress

@Deprecated
public String getDisplayOriginatingAddress()
Deprecated. 


getMessageBody

@Deprecated
public String getMessageBody()
Deprecated. 


getMessageClass

@Deprecated
public SmsMessage.MessageClass getMessageClass()
Deprecated. 


getDisplayMessageBody

@Deprecated
public String getDisplayMessageBody()
Deprecated. 


getPseudoSubject

@Deprecated
public String getPseudoSubject()
Deprecated. 


getTimestampMillis

@Deprecated
public long getTimestampMillis()
Deprecated. 


isEmail

@Deprecated
public boolean isEmail()
Deprecated. 


getEmailBody

@Deprecated
public String getEmailBody()
Deprecated. 


getEmailFrom

@Deprecated
public String getEmailFrom()
Deprecated. 


getProtocolIdentifier

@Deprecated
public int getProtocolIdentifier()
Deprecated. 


isReplace

@Deprecated
public boolean isReplace()
Deprecated. 


isCphsMwiMessage

@Deprecated
public boolean isCphsMwiMessage()
Deprecated. 


isMWIClearMessage

@Deprecated
public boolean isMWIClearMessage()
Deprecated. 


isMWISetMessage

@Deprecated
public boolean isMWISetMessage()
Deprecated. 


isMwiDontStore

@Deprecated
public boolean isMwiDontStore()
Deprecated. 


getUserData

@Deprecated
public byte[] getUserData()
Deprecated. 


getPdu

@Deprecated
public byte[] getPdu()
Deprecated. 


getStatusOnSim

@Deprecated
public int getStatusOnSim()
Deprecated. 


getIndexOnSim

@Deprecated
public int getIndexOnSim()
Deprecated. 


getStatus

@Deprecated
public int getStatus()
Deprecated. 


isStatusReportMessage

@Deprecated
public boolean isStatusReportMessage()
Deprecated. 


isReplyPathPresent

@Deprecated
public boolean isReplyPathPresent()
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.