OSDN Git Service

Empty DC's apnList when the DC is free.
authorWink Saville <wink@google.com>
Wed, 22 Aug 2012 05:58:54 +0000 (22:58 -0700)
committerThe Android Automerger <android-build@android.com>
Fri, 24 Aug 2012 20:24:40 +0000 (13:24 -0700)
commit9e698c6c3ad1081bfb4a8d1a0d595ea14b5b076f
tree0a7bd52c79fb8a74af07a3271a2c2960785d4d31
parentb046b20f1a5406ddda60c548036ed9e887da49df
Empty DC's apnList when the DC is free.

Not doing this causes DC.apnList's to have multiple entries in the
apnlist which causes DC's to look like its connected to both IMS and
INTERNET. And when selecting CDMA only mode on a Xoom we will not bring
up the connection thus no data connectivity.

Bug: 6939338
Change-Id: I17bc17cd1938ebac773db8131d12d0fa724348b0
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java