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

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

ENCODING_7BIT

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

ENCODING_8BIT

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

ENCODING_16BIT

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

MAX_USER_DATA_BYTES

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

MAX_USER_DATA_SEPTETS

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

MAX_USER_DATA_SEPTETS_WITH_HEADER

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

SmsMessage

public SmsMessage()
Deprecated. 
Method Detail

createFromPdu

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

getTPLayerLengthForPDU

public static int getTPLayerLengthForPDU(String pdu)
Deprecated. 

calculateLength

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

calculateLength

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

getSubmitPdu

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

getSubmitPdu

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

getServiceCenterAddress

public String getServiceCenterAddress()
Deprecated. 

getOriginatingAddress

public String getOriginatingAddress()
Deprecated. 

getDisplayOriginatingAddress

public String getDisplayOriginatingAddress()
Deprecated. 

getMessageBody

public String getMessageBody()
Deprecated. 

getMessageClass

public SmsMessage.MessageClass getMessageClass()
Deprecated. 

getDisplayMessageBody

public String getDisplayMessageBody()
Deprecated. 

getPseudoSubject

public String getPseudoSubject()
Deprecated. 

getTimestampMillis

public long getTimestampMillis()
Deprecated. 

isEmail

public boolean isEmail()
Deprecated. 

getEmailBody

public String getEmailBody()
Deprecated. 

getEmailFrom

public String getEmailFrom()
Deprecated. 

getProtocolIdentifier

public int getProtocolIdentifier()
Deprecated. 

isReplace

public boolean isReplace()
Deprecated. 

isCphsMwiMessage

public boolean isCphsMwiMessage()
Deprecated. 

isMWIClearMessage

public boolean isMWIClearMessage()
Deprecated. 

isMWISetMessage

public boolean isMWISetMessage()
Deprecated. 

isMwiDontStore

public boolean isMwiDontStore()
Deprecated. 

getUserData

public byte[] getUserData()
Deprecated. 

getPdu

public byte[] getPdu()
Deprecated. 

getStatusOnSim

public int getStatusOnSim()
Deprecated. 

getIndexOnSim

public int getIndexOnSim()
Deprecated. 

getStatus

public int getStatus()
Deprecated. 

isStatusReportMessage

public boolean isStatusReportMessage()
Deprecated. 

isReplyPathPresent

public boolean isReplyPathPresent()
Deprecated. 


Copyright © 2008-2012. All Rights Reserved.