HomeSort by relevance Sort by last modified time
    Searched refs:MmsException (Results 1 - 25 of 38) sorted by null

1 2

  /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) {
InvalidHeaderValueException.java 23 public class InvalidHeaderValueException extends MmsException {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageSender.java 20 import com.google.android.mms.MmsException;
31 * @throws MmsException Error occurred while sending the message.
33 boolean sendMessage(long token) throws MmsException;
SmsSingleRecipientSender.java 19 import com.google.android.mms.MmsException;
36 public boolean sendMessage(long token) throws MmsException {
43 throw new MmsException("Null message body or have multiple destinations.");
65 throw new MmsException("SmsMessageSender.sendMessage: divideMessage returned " +
71 throw new MmsException("SmsMessageSender.sendMessage: couldn't move message " +
119 throw new MmsException("SmsMessageSender.sendMessage: caught " + ex +
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...]
SmsMessageSender.java 34 import com.google.android.mms.MmsException;
73 public boolean sendMessage(long token) throws MmsException {
79 private boolean queueMessage(long token) throws MmsException {
82 throw new MmsException("Null message body or dest.");
MmsMessageSender.java 37 import com.google.android.mms.MmsException;
70 public boolean sendMessage(long token) throws MmsException {
79 throw new MmsException("Invalid message: " + pdu.getMessageType());
130 private void updatePreferencesHeaders(SendReq sendReq) throws MmsException {
170 } catch (MmsException e) {
RetrieveTransaction.java 39 import com.google.android.mms.MmsException;
81 throws MmsException {
100 throws MmsException {
118 throw new MmsException("Cannot get X-Mms-Content-Location from: " + uri);
142 throw new MmsException("Invalid M-Retrieve.conf PDU.");
269 private void sendAcknowledgeInd(RetrieveConf rc) throws MmsException, IOException {
ReadRecTransaction.java 29 import com.google.android.mms.MmsException;
98 } catch (MmsException e) {
NotificationTransaction.java 47 import com.google.android.mms.MmsException;
91 } catch (MmsException e) {
117 } catch (MmsException e) {
250 private void sendNotifyRespInd(int status) throws MmsException, IOException {
PushReceiver.java 43 import com.google.android.mms.MmsException;
146 } catch (MmsException e) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlParser.java 29 import com.google.android.mms.MmsException;
35 public SmilXmlParser() throws MmsException {
45 throw new MmsException(e);
  /packages/apps/Mms/src/com/android/mms/model/
RegionMediaModel.java 23 import com.google.android.mms.MmsException;
30 RegionModel region) throws MmsException {
35 String src, Uri uri, RegionModel region) throws MmsException {
AudioModel.java 38 import com.google.android.mms.MmsException;
47 public AudioModel(Context context, Uri uri) throws MmsException {
53 public AudioModel(Context context, String contentType, String src, Uri uri) throws MmsException {
58 private void initModelFromUri(Uri uri) throws MmsException {
93 throw new MmsException("Type of media is unknown.");
104 throw new MmsException("Nothing found: " + uri);
110 throw new MmsException("Bad URI: " + uri);
MediaModel.java 39 import com.google.android.mms.MmsException;
68 String src, Uri uri) throws MmsException {
111 } catch (MmsException e) {
209 protected void initMediaDuration() throws MmsException {
225 throw new MmsException(ex);
231 private void initMediaSize() throws MmsException {
258 throw new MmsException(e.getMessage());
308 * @throws MmsException
310 protected void resizeMedia(int byteLimit, long messageId) throws MmsException {
VideoModel.java 43 import com.google.android.mms.MmsException;
52 throws MmsException {
59 Uri uri, RegionModel region) throws MmsException {
63 private void initModelFromUri(Uri uri) throws MmsException {
98 private void initFromContentUri(Uri uri) throws MmsException {
122 throw new MmsException("Type of media is unknown.");
151 throw new MmsException("Nothing found: " + uri);
157 throw new MmsException("Bad URI: " + uri);
ImageModel.java 45 import com.google.android.mms.MmsException;
72 throws MmsException {
79 Uri uri, RegionModel region) throws MmsException {
85 private void initModelFromUri(Uri uri) throws MmsException {
90 throw new MmsException("Type of media is unknown.");
186 protected void resizeMedia(int byteLimit, long messageId) throws MmsException {
MediaModelFactory.java 34 import com.google.android.mms.MmsException;
43 throws IOException, IllegalArgumentException, MmsException {
92 LayoutModel layouts, PduPart part) throws IOException, MmsException {
126 RegionModel regionModel) throws IOException, MmsException {
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 {
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 22 import com.google.android.mms.MmsException;
359 private PduPart[] loadParts(long msgId) throws MmsException {
408 throw new MmsException("Content-Type must be set.");
460 throw new MmsException(e);
526 * @throws MmsException Failed to load some fields of a PDU.
528 public GenericPdu load(Uri uri) throws MmsException {
562 throw new MmsException("Bad uri: " + uri);
599 throw new MmsException("Error! ID of the message: -1.");
662 throw new MmsException(
666 throw new MmsException(
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 33 import com.google.android.mms.MmsException;
196 public void changeImage(int position, Uri newImage) throws MmsException {
201 public void changeAudio(int position, Uri newAudio) throws MmsException {
208 public void changeVideo(int position, Uri newVideo) throws MmsException {
SlideshowEditActivity.java 47 import com.google.android.mms.MmsException;
118 } catch (MmsException e) {
195 } catch (MmsException e) {
216 private void initSlideList() throws MmsException {
346 } catch (MmsException e) {
SlideEditorActivity.java 62 import com.google.android.mms.MmsException;
183 } catch (MmsException e) {
223 } catch (MmsException e) {
605 } catch (MmsException e) {
631 } catch (MmsException e) {
664 } catch (MmsException e) {
687 } catch (MmsException e) {
706 } catch (MmsException e) {
747 } catch (MmsException e) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 44 import com.google.android.mms.MmsException;
206 } catch(MmsException e) {
218 } catch (MmsException e) {
248 private String getMessage(Uri uri) throws MmsException {
PduLoaderManager.java 27 import com.google.android.mms.MmsException;
189 } catch (final MmsException e) {
190 Log.e(TAG, "MmsException loading uri: " + mUri, e);

Completed in 304 milliseconds

1 2