Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 72) sorted by relevance

123

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DIOExceptionWithCause.java49 public IOExceptionWithCause(String message, Throwable cause) { in IOExceptionWithCause() argument
51 this.initCause(cause); in IOExceptionWithCause()
64 public IOExceptionWithCause(Throwable cause) { in IOExceptionWithCause() argument
65 super(cause == null ? null : cause.toString()); in IOExceptionWithCause()
66 this.initCause(cause); in IOExceptionWithCause()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java524 int cause = c.getDisconnectCause(); in onDisconnect() local
525 if ((cause == DisconnectCause.NORMAL) // remote hangup in onDisconnect()
526 || (cause == DisconnectCause.LOCAL)) { // local hangup in onDisconnect()
568 final int cause = c.getDisconnectCause(); in onDisconnect() local
572 && (cause != DisconnectCause.INCOMING_MISSED ) in onDisconnect()
573 && (cause != DisconnectCause.NORMAL) in onDisconnect()
574 && (cause != DisconnectCause.LOCAL) in onDisconnect()
575 && (cause != DisconnectCause.INCOMING_REJECTED)) { in onDisconnect()
DEmergencyCallHelper.java238 int cause = conn.getDisconnectCause(); in onDisconnect() local
241 + "', cause = " + DisconnectCause.toString(cause)); in onDisconnect()
243 if (cause == DisconnectCause.OUT_OF_SERVICE) { in onDisconnect()
DCallLogger.java91 final int cause = c.getDisconnectCause(); in logCall() local
97 callLogType = (cause == DisconnectCause.INCOMING_MISSED ? in logCall()
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepException.java25 public SnepException(Exception cause) { in SnepException() argument
26 super(cause); in SnepException()
29 public SnepException(String message, Exception cause) { in SnepException() argument
30 super(message, cause); in SnepException()
/packages/services/Mms/src/com/android/mms/service/exception/
DMmsHttpException.java32 public MmsHttpException(Throwable cause) { in MmsHttpException() argument
33 super(cause); in MmsHttpException()
36 public MmsHttpException(String message, Throwable cause) { in MmsHttpException() argument
37 super(message, cause); in MmsHttpException()
DApnException.java32 public ApnException(Throwable cause) { in ApnException() argument
33 super(cause); in ApnException()
36 public ApnException(String message, Throwable cause) { in ApnException() argument
37 super(message, cause); in ApnException()
DMmsNetworkException.java32 public MmsNetworkException(Throwable cause) { in MmsNetworkException() argument
33 super(cause); in MmsNetworkException()
36 public MmsNetworkException(String message, Throwable cause) { in MmsNetworkException() argument
37 super(message, cause); in MmsNetworkException()
/packages/apps/Mms/src/com/android/mms/
DContentRestrictionException.java34 public ContentRestrictionException(Exception cause) { in ContentRestrictionException() argument
35 super(cause); in ContentRestrictionException()
/packages/apps/Camera2/src_pd/com/android/camera/util/
DUsageStatistics.java42 public void mediaInteraction(String ref, int interactionType, int cause, float age) { in mediaInteraction() argument
69 public void cameraFailure(int cause, String info) { in cameraFailure() argument
/packages/services/Mms/src/com/android/mms/service/http/
DNetworkAwareClientConnectionOperator.java171 ConnectException cause = ex instanceof ConnectException in openConnection()
175 throw new HttpHostConnectException(target, cause); in openConnection()
/packages/apps/InCallUI/src/com/android/incallui/
DCallList.java453 final int cause = call.getDisconnectCause().getCode(); in getDelayForDisconnect() local
455 switch (cause) { in getDelayForDisconnect()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java90 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) { in KeyboardLayoutSetException() argument
91 super(cause); in KeyboardLayoutSetException()
/packages/apps/SoundRecorder/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/providers/ContactsProvider/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/CellBroadcastReceiver/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Camera/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/SpareParts/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/PackageInstaller/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Email/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/wallpapers/LivePicker/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Launcher3/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/VoiceDialer/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/CertInstaller/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Camera/jni/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices

123