OSDN Git Service

Use shared connections over retries.
authorRobert Greenwalt <rgreenwalt@google.com>
Tue, 20 Dec 2011 00:51:40 +0000 (16:51 -0800)
committerRobert Greenwalt <rgreenwalt@google.com>
Wed, 21 Dec 2011 01:28:58 +0000 (17:28 -0800)
commit2cc19b1cc93a176bf15d83f05e3c43b90bfe279c
tree45005be795921fbdcac13733e44ab64382b95f4f
parent01583ef715641c8a3ce68269b091e75adbe9335a
Use shared connections over retries.

Old code would detect we were in a retry loop and ignore other active
connections we could share.  We really want live shared connections to
dominate over retrying disconnected ones.

bug:5525764
Change-Id: If93383c52024113eec595b31e46897d1fcabc44c
telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java