/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
D | IOExceptionWithCause.java | 49 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/ |
D | CallNotifier.java | 524 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()
|
D | EmergencyCallHelper.java | 238 int cause = conn.getDisconnectCause(); in onDisconnect() local 241 + "', cause = " + DisconnectCause.toString(cause)); in onDisconnect() 243 if (cause == DisconnectCause.OUT_OF_SERVICE) { in onDisconnect()
|
D | CallLogger.java | 91 final int cause = c.getDisconnectCause(); in logCall() local 97 callLogType = (cause == DisconnectCause.INCOMING_MISSED ? in logCall()
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
D | SnepException.java | 25 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/ |
D | MmsHttpException.java | 32 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()
|
D | ApnException.java | 32 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()
|
D | MmsNetworkException.java | 32 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/ |
D | ContentRestrictionException.java | 34 public ContentRestrictionException(Exception cause) { in ContentRestrictionException() argument 35 super(cause); in ContentRestrictionException()
|
/packages/apps/Camera2/src_pd/com/android/camera/util/ |
D | UsageStatistics.java | 42 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/ |
D | NetworkAwareClientConnectionOperator.java | 171 ConnectException cause = ex instanceof ConnectException in openConnection() 175 throw new HttpHostConnectException(target, cause); in openConnection()
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | CallList.java | 453 final int cause = call.getDisconnectCause().getCode(); in getDelayForDisconnect() local 455 switch (cause) { in getDelayForDisconnect()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSet.java | 90 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) { in KeyboardLayoutSetException() argument 91 super(cause); in KeyboardLayoutSetException()
|
/packages/apps/SoundRecorder/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "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/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|