OSDN Git Service

Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response
authorNaveen Kalla <nkalla@quicinc.com>
Mon, 15 Aug 2011 22:40:46 +0000 (15:40 -0700)
committerWink Saville <wink@google.com>
Thu, 25 Aug 2011 19:34:00 +0000 (12:34 -0700)
commitdc69a6b146f59092e8aa251c63a973e7471babf2
tree0a1c2f99fe95c72ee7a9dad4e724e9a9daf89112
parentdf7332aad594bfbf4f788d5c737cfcb870dd3f66
Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response

RIL interface contains 15 strings in response to
RIL_REQUEST_VOICE_REGISTRATION_STATE. CdmaServiceStateTracker
throws an exception if response contains more than 14 strings.
Fix needed to comply with RIL interface.

Bug: 5204605
Change-Id: I6f266eb38b2bc52610999cd92449b8dc58dd3274
telephony/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java