Searched defs:cause (Results 26 - 50 of 54) sorted by relevance

123

/frameworks/base/core/java/android/util/
H A DLog.java90 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } argument
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java25 /** The disconnect cause is not valid (Not received a disconnect cause) */
154 * The outgoing call failed with an unknown cause.
206 /** Returns descriptive string for the specified disconnect cause. */
207 public static String toString(int cause) { argument
208 switch (cause) {
306 return "INVALID: " + cause;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java273 public void notifyDisconnectCause(int cause, int preciseCause) { argument
276 mRegistry.notifyDisconnectCause(cause, preciseCause);
H A DCommandsInterface.java104 // GSM SMS fail cause for acknowledgeLastIncomingSMS. From TS 23.040, 9.2.3.22.
110 // CDMA SMS fail cause for acknowledgeLastIncomingCdmaSms. From TS N.S0005, 6.5.2.125.
974 * cause code returned as int[0] in Message.obj.response
975 * Returns integer cause code defined in TS 24.008
986 * cause code returned as int[0] in Message.obj.response
987 * returns an integer cause code defined in TS 24.008
1159 void acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response); argument
1161 void acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInformationRecords.java232 public byte cause; field in class:CdmaInformationRecords.CdmaT53ClirInfoRec
234 public CdmaT53ClirInfoRec(int cause) { argument
235 this.cause = (byte)cause;
241 " cause: " + cause +
H A DCdmaConnection.java334 * See 22.001 Annex F.4 for mapping of cause codes
409 * @param cause call disconnect cause; values are defined in {@link DisconnectCause}
412 onDisconnect(int cause) { argument
415 mCause = cause;
419 if (VDBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java138 void setDisconnectCause(int cause) { argument
139 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
140 mCause = cause;
H A DSipPhone.java735 protected void onCallEnded(int cause) {
737 setDisconnectCause(cause);
749 + "cause: " + getDisconnectCause() + ", on phone "
803 protected void onError(int cause) {
804 if (SCN_DBG) log("onError: " + cause);
805 onCallEnded(cause);
994 /** Call ended with cause defined in {@link DisconnectCause}. */
995 protected abstract void onCallEnded(int cause); argument
996 /** Call failed with cause defined in {@link DisconnectCause}. */
997 protected abstract void onError(int cause); argument
[all...]
H A DSipCommandInterface.java277 public void acknowledgeLastIncomingGsmSms(boolean success, int cause, argument
282 public void acknowledgeLastIncomingCdmaSms(boolean success, int cause, argument
/frameworks/base/core/java/android/app/
H A DPendingIntent.java165 public CanceledException(Exception cause) { argument
166 super(cause);
H A DFragment.java552 public InstantiationException(String msg, Exception cause) { argument
553 super(msg, cause);
1804 * value will cause transferred shared elements to blink to the final position.
1818 * value will cause transferred shared elements to blink to the final position.
1833 * value will cause transferred shared elements to blink to the final position.
1850 * value will cause transferred shared elements to blink to the final position.
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java50 public FormatException(String msg, Throwable cause) { argument
51 super(msg, cause);
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java365 public void setSystemUiVisibility(int vis, int mask, String cause) { argument
377 cause);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java305 * See 22.001 Annex F.4 for mapping of cause codes
385 * @param cause call disconnect cause; values are defined in {@link DisconnectCause}
387 /*package*/ boolean onDisconnect(int cause) { argument
390 mCause = cause;
399 if (DBG) Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java220 public void setDisconnectCause(int cause) { argument
221 mCause = cause;
309 onDisconnect(int cause) { argument
310 Rlog.d(LOG_TAG, "onDisconnect: cause=" + cause);
311 if (mCause != DisconnectCause.LOCAL) mCause = cause;
679 * indicates AMR_WB or EVRC_WB and there is no remote restrict cause.
H A DImsPhoneCallTracker.java882 private void processCallStateChange(ImsCall imsCall, ImsPhoneCall.State state, int cause) { argument
883 if (DBG) log("processCallStateChange " + imsCall + " state=" + state + " cause=" + cause);
898 changed = conn.onDisconnect(cause) || changed;
912 int cause = DisconnectCause.ERROR_UNSPECIFIED;
969 return cause;
1015 int cause = getDisconnectCauseFromReasonInfo(reasonInfo);
1016 processCallStateChange(imsCall, ImsPhoneCall.State.DISCONNECTED, cause);
1027 int cause = getDisconnectCauseFromReasonInfo(reasonInfo);
1029 if (DBG) log("cause
[all...]
H A DImsPhoneCommandInterface.java276 public void acknowledgeLastIncomingGsmSms(boolean success, int cause, argument
281 public void acknowledgeLastIncomingCdmaSms(boolean success, int cause, argument
/frameworks/base/core/java/android/os/
H A DProcess.java38 ZygoteStartFailedEx(Throwable cause) { argument
39 super(cause);
42 ZygoteStartFailedEx(String s, Throwable cause) { argument
43 super(s, cause);
871 * Call with 'false' to cause future calls to {@link #setThreadPriority(int)} to
/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp1185 const char* cause) {
1194 stateToString(mState), cause,
1235 bool CommonTimeServer::becomeMaster(const char* cause) { argument
1254 stateToString(mState), cause,
1270 bool CommonTimeServer::becomeRonin(const char* cause) { argument
1289 stateToString(mState), cause,
1303 stateToString(mState), cause,
1314 bool CommonTimeServer::becomeWaitForElection(const char* cause) { argument
1318 stateToString(mState), cause, kWaitForElection_TimeoutMs);
1325 bool CommonTimeServer::becomeInitial(const char* cause) { argument
1181 becomeClient(const sockaddr_storage& masterEP, uint64_t masterDeviceID, uint8_t masterDevicePriority, uint64_t timelineID, const char* cause) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java614 private void notifyAllDisconnectCompleted(DcFailCause cause) { argument
615 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, cause.toString());
623 * @param cause and if no error the cause is DcFailCause.NONE
626 private void notifyConnectCompleted(ConnectionParams cp, DcFailCause cause, boolean sendAll) { argument
640 if (cause == DcFailCause.NONE) {
644 mLastFailCause = cause;
648 if (cause == null) cause = DcFailCause.UNKNOWN;
649 AsyncResult.forMessage(connectionCompletedMsg, cause,
1256 setEnterNotificationParams(ConnectionParams cp, DcFailCause cause) argument
1272 setEnterNotificationParams(DcFailCause cause) argument
[all...]
H A DDcTracker.java970 * @param cause for the clean up.
974 protected void onCleanUpAllConnections(String cause) { argument
975 cleanUpAllConnections(true, cause);
1830 DcFailCause cause = DcFailCause.UNKNOWN;
1863 cause = DcFailCause.CONNECTION_TO_DATACONNECTIONAC_BROKEN;
1967 cause = (DcFailCause) (ar.result);
1970 log(String.format("onDataSetupComplete: error apn=%s cause=%s",
1971 (apn == null ? "unknown" : apn.apn), cause));
1973 if (cause.isEventLoggable()) {
1977 cause
2798 cleanUpAllConnections(String cause) argument
2806 cleanUpAllConnections(String cause, Message disconnectAllCompleteMsg) argument
[all...]
H A DDcTrackerBase.java890 protected abstract void onCleanUpAllConnections(String cause); argument
1423 public void cleanUpAllConnections(String cause) { argument
1425 msg.obj = cause;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java41 private int mExpectingAcknowledgeGsmSmsFailureCause; // expecting ack SMS failure cause
55 * Expect a call to acknowledgeLastIncomingGsmSms with success flag and failure cause.
57 * @param cause the failure cause, if success is false
59 synchronized void expectAcknowledgeGsmSms(boolean success, int cause) { argument
63 mExpectingAcknowledgeGsmSmsFailureCause = cause;
107 public synchronized void acknowledgeLastIncomingGsmSms(boolean success, int cause, argument
109 Rlog.d(TAG, "acknowledgeLastIncomingGsmSms: success=" + success + ", cause=" + cause);
112 Assert.assertEquals(mExpectingAcknowledgeGsmSmsFailureCause, cause);
392 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java365 public InstantiationException(String msg, Exception cause) { argument
366 super(msg, cause);
1541 * value will cause transferred shared elements to blink to the final position.
1554 * value will cause transferred shared elements to blink to the final position.
1568 * value will cause transferred shared elements to blink to the final position.
1584 * value will cause transferred shared elements to blink to the final position.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java756 * cause code returned as Integer in Message.obj.response
757 * Returns integer cause code defined in TS 24.008
1117 public void acknowledgeLastIncomingGsmSms(boolean success, int cause, Message result) { argument
1122 public void acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message result) { argument

Completed in 3738 milliseconds

123