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

  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsFailureException.java 25 public class MmsFailureException extends Exception {
44 * Creates a new MmsFailureException.
48 public MmsFailureException(final int retryHint) {
55 public MmsFailureException(final int retryHint, final int rawStatus) {
63 * Creates a new MmsFailureException with the specified detail message.
68 public MmsFailureException(final int retryHint, String message) {
76 * Creates a new MmsFailureException with the specified cause.
81 public MmsFailureException(final int retryHint, Throwable cause) {
89 * Creates a new MmsFailureException
96 public MmsFailureException(final int retryHint, String message, Throwable cause)
    [all...]
MmsSender.java 65 * @throws MmsFailureException
68 final SendReq sendReq, final Bundle sentIntentExras) throws MmsFailureException {
86 * @throws MmsFailureException
91 throws MmsFailureException, InvalidHeaderValueException {
113 * @throws MmsFailureException
118 throws MmsFailureException, InvalidHeaderValueException {
144 * @throws MmsFailureException
148 final Bundle sentIntentExtras) throws MmsFailureException {
174 throws MmsFailureException {
184 throw new MmsFailureException(
    [all...]
MmsUtils.java     [all...]

Completed in 79 milliseconds