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:
Naveen Kalla
2009-09-24 18:18:12 -07:00
committed by Wink Saville
parent 8eb0f34893
commit 27d074e0ef
5 changed files with 13 additions and 6 deletions

View File

@@ -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
}