/packages/apps/Email/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/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/apps/Mms/src/com/android/mms/ |
D | ContentRestrictionException.java | 34 public ContentRestrictionException(Exception cause) { in ContentRestrictionException() argument 35 super(cause); in ContentRestrictionException()
|
/packages/apps/Phone/src/com/android/phone/ |
D | CallNotifier.java | 1081 Connection.DisconnectCause cause = c.getDisconnectCause(); in onDisconnect() local 1082 if (cause == Connection.DisconnectCause.BUSY) { in onDisconnect() 1085 } else if (cause == Connection.DisconnectCause.CONGESTION) { in onDisconnect() 1088 } else if (((cause == Connection.DisconnectCause.NORMAL) in onDisconnect() 1089 || (cause == Connection.DisconnectCause.LOCAL)) in onDisconnect() 1093 } else if (cause == Connection.DisconnectCause.CDMA_REORDER) { in onDisconnect() 1096 } else if (cause == Connection.DisconnectCause.CDMA_INTERCEPT) { in onDisconnect() 1099 } else if (cause == Connection.DisconnectCause.CDMA_DROP) { in onDisconnect() 1102 } else if (cause == Connection.DisconnectCause.OUT_OF_SERVICE) { in onDisconnect() 1105 } else if (cause == Connection.DisconnectCause.UNOBTAINABLE_NUMBER) { in onDisconnect() [all …]
|
D | EmergencyCallHelper.java | 254 Connection.DisconnectCause cause = conn.getDisconnectCause(); in onDisconnect() local 256 + "', addr '" + conn.getAddress() + "', cause = " + cause); in onDisconnect() 258 if (cause == Connection.DisconnectCause.OUT_OF_SERVICE) { in onDisconnect()
|
D | InCallScreen.java | 1664 Connection.DisconnectCause cause = c.getDisconnectCause(); in onDisconnect() local 1665 if (DBG) log("onDisconnect: connection '" + c + "', cause = " + cause in onDisconnect() 1702 if (cause == Connection.DisconnectCause.CALL_BARRED) { in onDisconnect() 1705 } else if (cause == Connection.DisconnectCause.FDN_BLOCKED) { in onDisconnect() 1708 } else if (cause == Connection.DisconnectCause.CS_RESTRICTED) { in onDisconnect() 1711 } else if (cause == Connection.DisconnectCause.CS_RESTRICTED_EMERGENCY) { in onDisconnect() 1714 } else if (cause == Connection.DisconnectCause.CS_RESTRICTED_NORMAL) { in onDisconnect() 1722 && (cause != Connection.DisconnectCause.INCOMING_MISSED) in onDisconnect() 1723 && (cause != Connection.DisconnectCause.NORMAL) in onDisconnect() 1724 && (cause != Connection.DisconnectCause.LOCAL) in onDisconnect() [all …]
|
D | CallCard.java | 1112 Connection.DisconnectCause cause = c.getDisconnectCause(); in getCallFailedString() local 1118 switch (cause) { in getCallFailedString() 1499 Connection.DisconnectCause cause = c.getDisconnectCause(); in updatePhotoForCallState() local 1500 if ((cause == Connection.DisconnectCause.BUSY) in updatePhotoForCallState() 1501 || (cause == Connection.DisconnectCause.CONGESTION)) { in updatePhotoForCallState()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSet.java | 83 public KeyboardLayoutSetException(final Throwable cause, final KeyboardId keyboardId) { in KeyboardLayoutSetException() argument 84 super(cause); in KeyboardLayoutSetException()
|
/packages/apps/Calendar/ |
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/providers/ApplicationsProvider/ |
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/Settings/ |
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/providers/UserDictionaryProvider/ |
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/DrmProvider/ |
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/DownloadProvider/ |
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
|
/packages/apps/Provision/ |
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/Launcher2/ |
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/inputmethods/LatinIME/java/ |
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/HTMLViewer/ |
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/Basic/ |
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/Phone/ |
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/DeskClock/ |
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/QuickSearchBox/ |
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
|