HomeSort by relevance Sort by last modified time
    Searched defs:MmsException (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/
MmsException.java 23 public class MmsException extends Exception {
27 * Creates a new MmsException.
29 public MmsException() {
34 * Creates a new MmsException with the specified detail message.
38 public MmsException(String message) {
43 * Creates a new MmsException with the specified cause.
47 public MmsException(Throwable cause) {
52 * Creates a new MmsException with the specified detail message and cause.
57 public MmsException(String message, Throwable cause) {
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 29 import com.google.android.mms.MmsException;
118 * @throws MmsException if pdu is null.
120 protected byte[] sendPdu(byte[] pdu) throws IOException, MmsException {
134 * @throws MmsException if pdu is null.
136 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException, MmsException {
149 * @throws MmsException if pdu is null.
151 protected byte[] sendPdu(long token, byte[] pdu) throws IOException, MmsException {
165 * @throws MmsException if pdu is null.
168 String mmscUrl) throws IOException, MmsException {
170 throw new MmsException();
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 56 import com.google.android.mms.MmsException;
108 Context context, Uri uri) throws MmsException {
112 public static SlideshowModel createFromPduBody(Context context, PduBody pb) throws MmsException {
350 public static PduBody getPduBody(Context context, Uri msg) throws MmsException {
359 throw new MmsException();
664 * @throws MmsException, ExceedMessageSizeException
666 public void finalResize(Uri messageUri) throws MmsException, ExceedMessageSizeException {

Completed in 188 milliseconds