OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmsException
(Results
1 - 14
of
14
) 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) {
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
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/Bluetooth/src/com/android/bluetooth/map/
MmsFileProvider.java
27
import com.google.android.mms.
MmsException
;
129
} 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
37
import com.google.android.mms.
MmsException
;
168
} 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
50
import com.google.android.mms.
MmsException
;
412
} catch (
MmsException
e) {
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
54
import com.android.messaging.mmslib.
MmsException
;
[
all
...]
Completed in 1539 milliseconds