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

1 2

  /development/samples/ApiDemos/src/com/example/android/mmslib/
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 {
  /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/Messaging/src/android/support/v7/mms/pdu/
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/Messaging/src/com/android/messaging/mmslib/
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/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 44 import com.android.messaging.mmslib.MmsException;
372 private PduPart[] loadParts(final long msgId) throws MmsException {
421 throw new MmsException("Content-Type must be set.");
475 throw new MmsException(e);
542 public GenericPdu load(final Cursor c) throws MmsException {
560 * @throws MmsException Failed to load some fields of a PDU.
562 public GenericPdu load(final Uri uri) throws MmsException {
612 throw new MmsException("Error! ID of the message: -1.");
661 throws MmsException {
695 throw new MmsException(
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 45 import com.google.android.mms.MmsException;
358 private PduPart[] loadParts(long msgId) throws MmsException {
407 throw new MmsException("Content-Type must be set.");
459 throw new MmsException(e);
525 * @throws MmsException Failed to load some fields of a PDU.
527 public GenericPdu load(Uri uri) throws MmsException {
561 throw new MmsException("Bad uri: " + uri);
598 throw new MmsException("Error! ID of the message: -1.");
661 throw new MmsException(
665 throw new MmsException(
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MmsFileProvider.java 27 import com.google.android.mms.MmsException;
131 } catch (MmsException e) {
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 42 import com.google.android.mms.MmsException;
184 } catch (MmsException e) {
SendRequest.java 42 import com.google.android.mms.MmsException;
225 } catch (MmsException e) {
MmsService.java 45 import com.google.android.mms.MmsException;
582 } catch (MmsException e) {
740 } catch (MmsException e) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 55 import com.google.android.mms.MmsException;
515 } catch (MmsException e) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 54 import com.android.messaging.mmslib.MmsException;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 519 milliseconds

1 2