History log of /frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2bfa2e65f4cb620b937d0e0bc7bb6e64d03177cd 01-Jul-2011 Robert Greenwalt <rgreenwalt@google.com> Remove unused setHttpProxy.

bug:3487057
Change-Id: If5069a233dd787ff490a136a233e812ee17beef5
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
0b80114a2d80c359a1b462c388247995ef653c00 03-May-2011 Wink Saville <wink@google.com> Make DataConnection asynchronous.

Change-Id: Ic0e01dded25ba1fdb3b2c6d0f95a1193f608a0e0
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
38d284d3235a003e1d330892a1fbde805b2f6669 27-Apr-2011 Ramesh Sudini <ramesh.sudini@motorola.com> Remove subclass cast for calls to isDnsCheckDisabled.

Change-Id: Ic9121db810b295d9f614046932badf04f07a42db
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
5203a5bc28a5ae432eab236780b2f97bdec71dbf 08-Apr-2011 Wink Saville <wink@google.com> Cleanup debugging.

Change-Id: I4c61b6716a6d03d70bc1e9013954d6b2002cec54
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
1dd2ada5cf7d0c95afb4731d082473f34ee7f433 07-Apr-2011 Wink Saville <wink@google.com> Add RIL_UNSOL_RIL_CONNECTED and pass radio technology + 2 to setupDataCall.

Added CommandsInterface.registerForRilConnected which allows components
to register for when the ril connects and provides the version of the
ril to the registrants or a -1 if the ril disconnects.

For ril version 6 RIL.setupDataCall needs to have RadioTechnology + 2
as the radioTechnology parameter when the rilVersion is >= 6.

DataConnection then uses registersForRilConnected to get the ril
version and provide the proper radioTechnology value to
RIL.setupDataCall

Change-Id: Iacba764b9e38a4a138d186ccf1625fea760cc56d
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
d55a6b498d66d8fc415908ecf63e50f46cce67e8 25-Mar-2011 Robert Greenwalt <rgreenwalt@google.com> Add external dependency API.

An APN will not be connected to if some external dependency is not met.

bug:3486704
Change-Id: I7d94df343b260013efd11faa978deb13f07f1389
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
8b84377f7dd0678f07c1056575d9f2bbf392adbd 17-Mar-2011 Robert Greenwalt <rgreenwalt@google.com> Remove unused onResetDone.

Refactor things a bit. Promoting GsmDataConnection's apn (ApnSetting) to DataConnection.
Use DataConnection's resetSynchronously rather than tampering with it from another thread.

bug:3486066

Change-Id: I2a7f7368f73c7d5c81e821976efafd56aca7aa69
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
321b730a9d34b237c26075d963c8febf8d62eff1 07-Mar-2011 Wink Saville <wink@google.com> Do not merge: Remove mRetryMgr and directly use DataConnection retry mgr.

DataConnection now wraps its retry manager instead of exporting it.

Change-Id: Ibda6a235430b8ec51d1518c2956de71f964e3f39
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
9d7d62801ddb206d2ea96d74864a9edfe54d2eee 12-Mar-2011 Wink Saville <wink@google.com> Do not merge: Revert the revert of "LTE Changes for Telephony including Multiple PDN support and IPV6 support"

This reverts commit eca208fae6d1b6ae9c8c0e42eee092e86dbddbb7
and is the first of the LTE commits in master being back ported
to the LTE branch.

Change-Id: I17d4a1b779ed74bc7dfb409d2c1a30f60fdb27c7
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
eca208fae6d1b6ae9c8c0e42eee092e86dbddbb7 03-Mar-2011 Wink Saville <wink@google.com> DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"

This reverts commit 2b8bcfe5b74e1a34d136f4ff46e3c94397f38f82.

Change-Id: Ifc4e9aaccb54e065a36380710694cd6e4d347636
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
2b8bcfe5b74e1a34d136f4ff46e3c94397f38f82 25-Feb-2011 Wink Saville <wink@google.com> LTE Changes for Telephony including Multiple PDN support and IPV6 support

Added init for CDMAPhone.java

Change-Id: I2392b5ad3382ee1993537b8477ef00dd036c6fe9
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
8e63c3e33b2dc8ed8020915ceee011b99cbad99f 03-Feb-2011 Lorenzo Colitti <lorenzo@google.com> Add a protocol property to the APNs and use it.

1. Database changes:
- Add a protocol and a roaming_protocol column to the
carriers table in the telephony provider database.
- Set the protocol and roaming_protocol fields when
creating APN objects from the database.

2. ApnSetting class changes:
- Add protocol and roamingProtocol fields to the
ApnSetting class that encapsulates APN settings within
the framework.
- Add the fields to ApnSetting.toString and support a new
syntax containing the fields in ApnSetting.fromString.
- Add a unit test for ApnSetting.

3. Telephony changes:
- Specify the APN protocol when setting up a data call,
using protocol when not roaming and roaming_protocol
when roaming.

This change depends on #94983 in the telephony provider,
which adds the new column to the database schema on
upgrades.

Change-Id: Ic4e3f02e48f17990f657187b9919d265671f0138
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
abea3b892b5e54c46423bfe33fdb0aa1315f6bf4 14-Jan-2011 Wink Saville <wink@google.com> Support RIL_REQUEST_SETUP_DATA_CALL version 5.

Change-Id: I091166f368f4641b514d51ec4ca281c9b526491c
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
f6254ba7f0e48515bca3c08bbb71f916448bf0d1 31-Dec-2010 Lorenzo Colitti <lorenzo@google.com> Fix setupDataCall breakage.

Change I1a1adc61 added a new parameter to setupDataCall,
but updated the callers incorrectly (specifying the
arguments in the wrong order). Fix the order.

Change-Id: I0e762de29ac05d387371a7cfe33a33ad16219221
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
4eb40450720f6cc1ed07fa181b22677461fa96bd 30-Dec-2010 Lorenzo Colitti <lorenzo@google.com> Get rid of setupDataCallWithProtocol.

setupDataCallWithProtocol was introduced to introduce a
protocol parameter to setupDataCall without having to
modify its callers. This is not very useful, as there are
only two callers. Get rid of it and make setupDataCall take
the protocol parameter itself.

For now, hardcode IPv4 connectivity. When we add the
protocol field to ApnSettings, it will be fetched from
there.

Change-Id: I1a1adc616ffd9ac68be6911f054790da48e472d6
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
176935c6055fd652a6ab298a01d6377b928178cd 24-Nov-2010 Wink Saville <wink@google.com> Promote ApnSetting to com.android.internal.telephony.

Change-Id: I8244331c123ccb33704dd7ae8342327a1a3f7124
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
3611e5c9399e8459e1bc7119ac45865ddd6ff5be 04-Nov-2010 Wink Saville <wink@google.com> Allow DataConnectionTrackers to manage multiple data connections.

This is the first step to allow simultaneous data connections.

Bug: 2441767
Change-Id: Ia625cfe94b771a6958401adca84b80543fbdb35c
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
1f6408a96c757b3001c553f8f34ef0bda00a224d 27-Aug-2010 Wink Saville <wink@google.com> Add NetworkProperties to DataConnection.

Since we have NetworkProperties we can remove the individual accessors
from Phone and its subclasses.

Change-Id: Id9969a880405900a63051b3ae4019d889afb1fe8
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
3aecdb9d7e92b1a91860600feefb5c0062b652cf 18-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: Ib711450566694550d9cb9ba01c25599010d2e5e4
2269d1572e5fcfb725ea55f5764d8c3280d69f6d 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java
02722fbd77fa22f60ed3778b806b1e8f176b88c1 22-Dec-2009 Wink Saville <wink@google.com> Convert DataConnection to an HSM and rename PdpConnection to GsmDataConnection.

Change-Id: Ia834022d04e65c42d671f63b2fec46804fe8a562
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/GsmDataConnection.java