OSDN Git Service

Fix no data issue after system server crash
authorKazuhiro Ondo <kazuhiro.ondo@motorola.com>
Tue, 6 Sep 2011 23:25:22 +0000 (18:25 -0500)
committerThe Android Automerger <android-build@android.com>
Sun, 11 Sep 2011 23:46:32 +0000 (16:46 -0700)
commit6e21183e052991cdd73f38e9a625cc9b18d08066
tree02b76b8c25354de86193e11e8b25e5ce0b75d69f
parent090df1dc4188e5b9ef10a0aca5081a196085ff56
Fix no data issue after system server crash

FW was checking "Radio Available" instead of "Radio On" when
broadcasting data availability. This was causing an issue in
a certain recovery case (system server restart/phone process
restart) where "Radio (modem) is available" but radio was
turned off.

This patch obsolete the use of mRadioAvailable attribute and
use RadioState from RIL directly to check if Radio is ON.

Bug:5077346
Change-Id: Ie7ac05e3d5e328e3d5303541ca41326754f309c1
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java