Telephony: Add a failure cause for CDMA call failures and rename
RIL_REQUEST_CDMA_VALIDATE_AKEY to RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY Add failure cause for CDMA call failures due to access blocked by the CDMA network. Rename RIL_REQUEST_CDMA_VALIDATE_AKEY to RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY. This change needs to go in with the corresponding change in ril.h (1141)
This commit is contained in:
committed by
Wink Saville
parent
8eb0f34893
commit
27d074e0ef
@@ -59,6 +59,7 @@ public abstract class Connection {
|
||||
CDMA_ACCESS_FAILURE,
|
||||
CDMA_PREEMPTED,
|
||||
CDMA_NOT_EMERGENCY, /* not an emergency call */
|
||||
CDMA_ACCESS_BLOCKED, /* Access Blocked by CDMA network */
|
||||
ERROR_UNSPECIFIED
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user