Searched defs:cause (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/Messaging/src/android/support/v7/mms/
H A DApnException.java32 public ApnException(Throwable cause) { argument
33 super(cause);
36 public ApnException(String message, Throwable cause) { argument
37 super(message, cause);
H A DMmsNetworkException.java32 public MmsNetworkException(Throwable cause) { argument
33 super(cause);
36 public MmsNetworkException(String message, Throwable cause) { argument
37 super(message, cause);
H A DMmsHttpException.java37 public MmsHttpException(int statusCode, Throwable cause) { argument
38 super(cause);
42 public MmsHttpException(int statusCode, String message, Throwable cause) { argument
43 super(message, cause);
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepException.java25 public SnepException(Exception cause) { argument
26 super(cause);
29 public SnepException(String message, Exception cause) { argument
30 super(message, cause);
/packages/services/Car/car-lib/src/android/car/
H A DCarNotConnectedException.java33 public CarNotConnectedException(String name, Throwable cause) { argument
34 super(name, cause);
37 public CarNotConnectedException(Exception cause) { argument
38 super(cause);
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarNotConnectedException.java35 public CarNotConnectedException(String name, Throwable cause) { argument
36 super(name, cause);
39 public CarNotConnectedException(Exception cause) { argument
40 super(cause);
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraAccessException.java26 public OneCameraAccessException(String message, Throwable cause) { argument
27 super(message, cause);
30 public OneCameraAccessException(Throwable cause) { argument
31 super(cause);
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DCameraCaptureSessionClosedException.java32 public CameraCaptureSessionClosedException(String message, Throwable cause) { argument
33 super(message, cause);
36 public CameraCaptureSessionClosedException(Throwable cause) { argument
37 super(cause);
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DMmsException.java43 * Creates a new MmsException with the specified cause.
45 * @param cause the cause.
47 public MmsException(Throwable cause) { argument
48 super(cause);
52 * Creates a new MmsException with the specified detail message and cause.
55 * @param cause the cause.
57 public MmsException(String message, Throwable cause) { argument
58 super(message, cause);
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DMmsException.java43 * Creates a new MmsException with the specified cause.
45 * @param cause the cause.
47 public MmsException(Throwable cause) { argument
48 super(cause);
52 * Creates a new MmsException with the specified detail message and cause.
55 * @param cause the cause.
57 public MmsException(String message, Throwable cause) { argument
58 super(message, cause);
[all...]
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsException.java42 * Creates a new SmsException with the specified cause.
44 * @param cause the cause.
46 public SmsException(Throwable cause) { argument
47 super(cause);
51 * Creates a new SmsException with the specified detail message and cause.
54 * @param cause the cause.
56 public SmsException(String message, Throwable cause) { argument
57 super(message, cause);
[all...]
H A DMmsFailureException.java76 * Creates a new MmsFailureException with the specified cause.
79 * @param cause the cause.
81 public MmsFailureException(final int retryHint, Throwable cause) { argument
82 super(cause);
90 * with the specified detail message and cause.
94 * @param cause the cause.
96 public MmsFailureException(final int retryHint, String message, Throwable cause) { argument
97 super(message, cause);
[all...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DIOExceptionWithCause.java38 * Constructs a new instance with the given message and cause.
40 * As specified in {@link Throwable}, the message in the given <code>cause</code> is not used in this instance's
46 * @param cause
47 * the cause (see {@link #getCause()}). A <code>null</code> value is allowed.
49 public IOExceptionWithCause(String message, Throwable cause) { argument
51 this.initCause(cause);
55 * Constructs a new instance with the given cause.
57 * The message is set to <code>cause==null ? null : cause.toString()</code>, which by default contains the class
58 * and message of <code>cause</cod
64 IOExceptionWithCause(Throwable cause) argument
[all...]
/packages/services/Mms/src/com/android/mms/service/exception/
H A DApnException.java32 public ApnException(Throwable cause) { argument
33 super(cause);
36 public ApnException(String message, Throwable cause) { argument
37 super(message, cause);
H A DMmsNetworkException.java32 public MmsNetworkException(Throwable cause) { argument
33 super(cause);
36 public MmsNetworkException(String message, Throwable cause) { argument
37 super(message, cause);
H A DMmsHttpException.java37 public MmsHttpException(int statusCode, Throwable cause) { argument
38 super(cause);
42 public MmsHttpException(int statusCode, String message, Throwable cause) { argument
43 super(message, cause);
/packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
H A DDisconnectMessage.java39 private final DisconnectCause cause; field in class:DisconnectMessage
42 cause = call.getDisconnectCause();
45 if (disconnectDialog.shouldShow(cause)) {
61 cause.getCode(),
62 cause.getDescription(),
63 cause.getReason(),
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
H A DVvmNetworkRequest.java68 private RequestFailedException(Throwable cause) { argument
69 super(cause);
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
H A DUsageStatistics.java49 public static void setPendingTransitionCause(String cause) {} argument
/packages/apps/TV/src/com/android/exoplayer/
H A DMediaSoftwareCodecUtil.java44 private DecoderQueryException(Throwable cause) { argument
45 super("Failed to query underlying media codecs", cause);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java181 public synchronized void close(int cause) { argument
189 setDisconnected(new DisconnectCause(cause));
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java405 private boolean shouldFailCallIfConnectionManagerFails(DisconnectCause cause) { argument
421 if (cause.getCode() == DisconnectCause.CONNECTION_MANAGER_NOT_SUPPORTED) {
436 "error: " + cause.getReason() + ". Not falling back to SIM.");
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java185 public void setConnectionDisconnected(int cause) { argument
187 setDisconnected(new DisconnectCause(cause));
/packages/apps/Camera2/src_pd/com/android/camera/stats/
H A DUsageStatistics.java45 public void mediaInteraction(String ref, int interactionType, int cause, float age) { argument
83 public void cameraFailure(int cause, String info, int agentAction, int agentState) { argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSet.java98 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) { argument
99 super(cause);

Completed in 805 milliseconds

12