Searched refs:MmsFailureException (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsFailureException.java25 public class MmsFailureException extends Exception { class in inherits:Exception
44 * Creates a new MmsFailureException.
48 public MmsFailureException(final int retryHint) { method in class:MmsFailureException
55 public MmsFailureException(final int retryHint, final int rawStatus) { method in class:MmsFailureException
63 * Creates a new MmsFailureException with the specified detail message.
68 public MmsFailureException(final int retryHint, String message) { method in class:MmsFailureException
76 * Creates a new MmsFailureException with the specified cause.
81 public MmsFailureException(final int retryHint, Throwable cause) { method in class:MmsFailureException
89 * Creates a new MmsFailureException
96 public MmsFailureException(fina method in class:MmsFailureException
[all...]
H A DMmsSender.java65 * @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...]
H A DMmsUtils.java1879 throw new MmsFailureException(MMS_REQUEST_NO_RETRY,
1904 } catch (final MmsFailureException e) {
1987 } catch (final MmsFailureException e) {
2016 } catch (final MmsFailureException e) {
2050 private static RetrieveConf receiveFromDumpFile(final byte[] data) throws MmsFailureException {
2054 throw new MmsFailureException(MMS_REQUEST_MANUAL_RETRY, "Failed reading dump file");
2112 } catch (final MmsFailureException e) {
2628 } catch (final MmsFailureException e) {

Completed in 64 milliseconds