Fields Summary |
---|
public static final int | NOT_VALIDThe disconnect cause is not valid (Not received a disconnect cause) |
public static final int | NOT_DISCONNECTEDHas not yet disconnected |
public static final int | INCOMING_MISSEDAn incoming call that was missed and never answered |
public static final int | NORMALNormal; Remote hangup |
public static final int | LOCALNormal; Local hangup |
public static final int | BUSYOutgoing call to busy line |
public static final int | CONGESTIONOutgoing call to congested network |
public static final int | MMINot presently used |
public static final int | INVALID_NUMBERInvalid dial string |
public static final int | NUMBER_UNREACHABLECannot reach the peer |
public static final int | SERVER_UNREACHABLECannot reach the server |
public static final int | INVALID_CREDENTIALSInvalid credentials |
public static final int | OUT_OF_NETWORKCalling from out of network is not allowed |
public static final int | SERVER_ERRORServer error |
public static final int | TIMED_OUTClient timed out |
public static final int | LOST_SIGNALClient went out of network range |
public static final int | LIMIT_EXCEEDEDGSM or CDMA ACM limit exceeded |
public static final int | INCOMING_REJECTEDAn incoming call that was rejected |
public static final int | POWER_OFFRadio is turned off explicitly |
public static final int | OUT_OF_SERVICEOut of service |
public static final int | ICC_ERRORNo ICC, ICC locked, or other ICC error |
public static final int | CALL_BARREDCall was blocked by call barring |
public static final int | FDN_BLOCKEDCall was blocked by fixed dial number |
public static final int | CS_RESTRICTEDCall was blocked by restricted all voice access |
public static final int | CS_RESTRICTED_NORMALCall was blocked by restricted normal voice access |
public static final int | CS_RESTRICTED_EMERGENCYCall was blocked by restricted emergency voice access |
public static final int | UNOBTAINABLE_NUMBERUnassigned number |
public static final int | CDMA_LOCKED_UNTIL_POWER_CYCLEMS is locked until next power cycle |
public static final int | CDMA_DROPDrop call |
public static final int | CDMA_INTERCEPTINTERCEPT order received, MS state idle entered |
public static final int | CDMA_REORDERMS has been redirected, call is cancelled |
public static final int | CDMA_SO_REJECTService option rejection |
public static final int | CDMA_RETRY_ORDERRequested service is rejected, retry delay is set |
public static final int | CDMA_ACCESS_FAILUREUnable to obtain access to the CDMA system |
public static final int | CDMA_PREEMPTEDNot a preempted call |
public static final int | CDMA_NOT_EMERGENCYNot an emergency call |
public static final int | CDMA_ACCESS_BLOCKEDAccess Blocked by CDMA network |
public static final int | ERROR_UNSPECIFIEDUnknown error or not specified |
public static final int | EMERGENCY_ONLYOnly emergency numbers are allowed, but we tried to dial
a non-emergency number. |
public static final int | NO_PHONE_NUMBER_SUPPLIEDThe supplied CALL Intent didn't contain a valid phone number. |
public static final int | DIALED_MMIOur initial phone number was actually an MMI sequence. |
public static final int | VOICEMAIL_NUMBER_MISSINGWe tried to call a voicemail: URI but the device has no
voicemail number configured. |
public static final int | CDMA_CALL_LOSTThis status indicates that InCallScreen should display the
CDMA-specific "call lost" dialog. (If an outgoing call fails,
and the CDMA "auto-retry" feature is enabled, *and* the retried
call fails too, we display this specific dialog.)
TODO: this is currently unused, since the "call lost" dialog
needs to be triggered by a *disconnect* event, rather than when
the InCallScreen first comes to the foreground. For now we use
the needToShowCallLostDialog field for this (see below.) |
public static final int | EXITED_ECMThis status indicates that the call was placed successfully,
but additionally, the InCallScreen needs to display the
"Exiting ECM" dialog.
(Details: "Emergency callback mode" is a CDMA-specific concept
where the phone disallows data connections over the cell
network for some period of time after you make an emergency
call. If the phone is in ECM and you dial a non-emergency
number, that automatically *cancels* ECM, but we additionally
need to warn the user that ECM has been canceled (see bug
4207607.))
TODO: Rethink where the best place to put this is. It is not a notification
of a failure of the connection -- it is an additional message that accompanies
a successful connection giving the user important information about what happened.
{@hide} |
public static final int | OUTGOING_FAILUREThe outgoing call failed with an unknown cause. |
public static final int | OUTGOING_CANCELEDThe outgoing call was canceled by the {@link android.telecom.ConnectionService}. |
public static final int | IMS_MERGED_SUCCESSFULLYThe call, which was an IMS call, disconnected because it merged with another call. |
public static final int | DIAL_MODIFIED_TO_USSDStk Call Control modified DIAL request to USSD request.
{@hide} |
public static final int | DIAL_MODIFIED_TO_SSStk Call Control modified DIAL request to SS request.
{@hide} |
public static final int | DIAL_MODIFIED_TO_DIALStk Call Control modified DIAL request to DIAL with modified data.
{@hide} |
public static final int | MINIMUM_VALID_VALUESmallest valid value for call disconnect codes. |
public static final int | MAXIMUM_VALID_VALUELargest valid value for call disconnect codes. |