FileDocCategorySizeDatePackage
PreciseDisconnectCause.javaAPI DocAndroid 5.1 API4927Thu Mar 12 22:22:42 GMT 2015android.telephony

PreciseDisconnectCause

public class PreciseDisconnectCause extends Object
Contains precise disconnect call causes generated by the framework and the RIL.
hide

Fields Summary
public static final int
NOT_VALID
The disconnect cause is not valid (Not received a disconnect cause)
public static final int
NO_DISCONNECT_CAUSE_AVAILABLE
No disconnect cause provided. Generally a local disconnect or an incoming missed call
public static final int
UNOBTAINABLE_NUMBER
The destination cannot be reached because the number, although valid, is not currently assigned
public static final int
NORMAL
One of the users involved in the call has requested that the call is cleared
public static final int
BUSY
The called user is unable to accept another call
public static final int
NUMBER_CHANGED
The called number is no longer assigned
public static final int
STATUS_ENQUIRY
Provided in response to a STATUS ENQUIRY message
public static final int
NORMAL_UNSPECIFIED
Reports a normal disconnect only when no other normal cause applies
public static final int
NO_CIRCUIT_AVAIL
There is no channel presently available to handle the call
public static final int
TEMPORARY_FAILURE
The network is not functioning correctly and the condition is not likely to last a long period of time
public static final int
SWITCHING_CONGESTION
The switching equipment is experiencing a period of high traffic
public static final int
CHANNEL_NOT_AVAIL
The channel cannot be provided
public static final int
QOS_NOT_AVAIL
The requested quality of service (ITU-T X.213) cannot be provided
public static final int
BEARER_NOT_AVAIL
The requested bearer capability is not available at this time
public static final int
ACM_LIMIT_EXCEEDED
The call clearing is due to ACM being greater than or equal to ACMmax
public static final int
CALL_BARRED
The call is restricted
public static final int
FDN_BLOCKED
The call is blocked by the Fixed Dialing Number list
public static final int
IMSI_UNKNOWN_IN_VLR
TS 24.008 cause 4
public static final int
IMEI_NOT_ACCEPTED
The network does not accept emergency call establishment using an IMEI or not accept attach procedure for emergency services using an IMEI
public static final int
CDMA_LOCKED_UNTIL_POWER_CYCLE
MS is locked until next power cycle
public static final int
CDMA_DROP
Drop call
public static final int
CDMA_INTERCEPT
INTERCEPT order received, MS state idle entered
public static final int
CDMA_REORDER
MS has been redirected, call is cancelled
public static final int
CDMA_SO_REJECT
Service option rejection
public static final int
CDMA_RETRY_ORDER
Requested service is rejected, retry delay is set
public static final int
CDMA_ACCESS_FAILURE
Unable to obtain access to the CDMA system
public static final int
CDMA_PREEMPTED
Not a preempted call
public static final int
CDMA_NOT_EMERGENCY
Not an emergency call
public static final int
CDMA_ACCESS_BLOCKED
Access Blocked by CDMA network
public static final int
ERROR_UNSPECIFIED
Disconnected due to unspecified reasons
Constructors Summary
private PreciseDisconnectCause()
Private constructor to avoid class instantiation.


           
      
        // Do nothing.
    
Methods Summary