• Home
  • History
  • Annotate
  • only in /frameworks/base/core/java/com/google/android/
History log of /frameworks/base/core/java/com/google/android/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff5a09904fb05f2776f1bbf1dd3915f38031190c 02-Mar-2011 Soojung Shin <sj46.shin@samsung.com> Added to check for supporting mms content-disposition, utf8 decoding.

Change-Id: Ieae1bb2ac36675f569fb21285ca6ef289c367bf7
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
ms/pdu/PduParser.java
92010ff5cf014c0ff73ee4ad4bb169dd916a15a9 21-Jul-2010 Tom Taylor <tomtaylor@google.com> am dbac180d: Fix a merge problem with html mms

Merge commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff' into gingerbread

* commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff':
Fix a merge problem with html mms
dbac180d8342a7db2bb9994f937869eecb6b50ff 21-Jul-2010 Tom Taylor <tomtaylor@google.com> Fix a merge problem with html mms

Html mms message support was added back in Jan '10. At that time, we
had moved the mms code out of the framework into the mms app. We decided
to back out that change and leave the mms code in its original place.
As a result, the changes to support html messages were lost. This
handmerged CL restores those changes. I'll cherry-pick this into master
as well. Bug 2858888

Change-Id: Icf8835edc8ac396698c167be5433a6fe1cfe6103
ms/ContentType.java
ms/pdu/PduParser.java
ms/pdu/PduPersister.java
007ad7700a23ff7e618cfeee1eab97063c93b800 04-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: If72ad6758c9e1bf77c38c4afec6b00ec9d5b89e4
42b21c3333f97877648daf90a9daaa86334a8d79 30-Apr-2010 takuo <kitame@gmail.com> Parse custom text header and ignore it.

Some MMS carrier append own custom header as text into PduData. We should parse it and ignore it at the moment.

Change-Id: I4d6cf20f5cf99172ebbe310ab18101316eb04c77
ms/pdu/PduParser.java
334dc0b2709826d3b913de655b4b0125b143ecb3 29-Apr-2010 takuo <kitame@gmail.com> Parse "multipart/vnd.wap.multipart.alternative" which is a part of multipart body (nested multipart).

And take the first part of parsed as a parent part data.

Change-Id: I2752654f41d642524061802772e2a7eaa10a4e2d
ms/ContentType.java
ms/pdu/PduParser.java
b054f275369f3909a2eda1d2ae6a44cf62081d18 22-Mar-2010 Mark Wagner <mxw@google.com> null check

Change-Id: I3ee3efb8588a5b6b7368b8c5b0e43a07d1427ad8
ms/pdu/PduPersister.java
f8d0f095e34f8d661ca5b7d555d8610272099bff 12-Mar-2010 Kenny Root <kroot@google.com> Add missing license notices to files

Change-Id: Ie46176940810bd5001f7650a381c1c3c90a3718b
til/AbstractMessageParser.java
a87afd07c0093cab638e9ef9bc2c53c8200ca711 09-Mar-2010 Tom Taylor <tomtaylor@google.com> Remove mms-common library

Put the Mms files back in the framework where they've been since 1.0.

Change-Id: I3c449468053ddd82d35c45a06d71957de660bf99
ms/ContentType.java
ms/InvalidHeaderValueException.java
ms/MmsException.java
ms/package.html
ms/pdu/AcknowledgeInd.java
ms/pdu/Base64.java
ms/pdu/CharacterSets.java
ms/pdu/DeliveryInd.java
ms/pdu/EncodedStringValue.java
ms/pdu/GenericPdu.java
ms/pdu/MultimediaMessagePdu.java
ms/pdu/NotificationInd.java
ms/pdu/NotifyRespInd.java
ms/pdu/PduBody.java
ms/pdu/PduComposer.java
ms/pdu/PduContentTypes.java
ms/pdu/PduHeaders.java
ms/pdu/PduParser.java
ms/pdu/PduPart.java
ms/pdu/PduPersister.java
ms/pdu/QuotedPrintable.java
ms/pdu/ReadOrigInd.java
ms/pdu/ReadRecInd.java
ms/pdu/RetrieveConf.java
ms/pdu/SendConf.java
ms/pdu/SendReq.java
ms/pdu/package.html
ms/util/AbstractCache.java
ms/util/PduCache.java
ms/util/PduCacheEntry.java
ms/util/SqliteWrapper.java
ms/util/package.html
1c9131c91f27c8258dfad0a92cee105275f5422a 13-Feb-2010 Dan Egnor <egnor@google.com> Remove all traces of the old checkin service (and its associated parental
control interfaces) from the framework.
et/ParentalControl.java
et/ParentalControlState.aidl
et/ParentalControlState.java
5e342fa3260044353705c946d3ae62c89df52ee6 29-Jan-2010 Tom Taylor <tomtaylor@google.com> Remove MMS from the framework

The MMS code has been moved into the mms-common library.
Move SqliteWrapper (and make it hidden) into the database
directory because Telephony.java depends on it. Create a mmscommon
library similar to androidcommon for a number of files used both
by the telephony layer, by mms, and by myfaves.

Change-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec
ms/ContentType.java
ms/InvalidHeaderValueException.java
ms/MmsException.java
ms/package.html
ms/pdu/AcknowledgeInd.java
ms/pdu/Base64.java
ms/pdu/CharacterSets.java
ms/pdu/DeliveryInd.java
ms/pdu/EncodedStringValue.java
ms/pdu/GenericPdu.java
ms/pdu/MultimediaMessagePdu.java
ms/pdu/NotificationInd.java
ms/pdu/NotifyRespInd.java
ms/pdu/PduBody.java
ms/pdu/PduComposer.java
ms/pdu/PduContentTypes.java
ms/pdu/PduHeaders.java
ms/pdu/PduParser.java
ms/pdu/PduPart.java
ms/pdu/PduPersister.java
ms/pdu/QuotedPrintable.java
ms/pdu/ReadOrigInd.java
ms/pdu/ReadRecInd.java
ms/pdu/RetrieveConf.java
ms/pdu/SendConf.java
ms/pdu/SendReq.java
ms/pdu/package.html
ms/util/AbstractCache.java
ms/util/PduCache.java
ms/util/PduCacheEntry.java
ms/util/SqliteWrapper.java
ms/util/package.html
c34705bc35946701f240a09aff8e711cea7fbbaf 08-Jan-2010 Doug Zongker <dougz@android.com> remove GoogleWebContentHelper class

This shouldn't have been in frameworks/base; migrated to vendor/google.

Change-Id: Ia7a4748f9acf9d0a1d059496b75d0a8b827bc294
til/GoogleWebContentHelper.java
e38d58bf890c03eb034afd18c62c730c7d735f1c 31-Dec-2009 Dan Egnor <egnor@google.com> Remove Google-specific (or only-used-by-Google-code) classes.

Fix a small typo in Context javadoc.
et/NetworkStatsEntity.java
et/SSLClientSessionCacheFactory.java
et/UrlRules.java
b8d46988180edf780b9aa8ba853601fdce2abb95 17-Dec-2009 Paul Westbrook <pwestbro@google.com> Bug 2330278

Deleted old copy of SimplePullParser, since it has been moved to
gdata
til/SimplePullParser.java
01dde47ea9dda6f869557931db5f64573b9ce73d 15-Dec-2009 Paul Westbrook <pwestbro@google.com> Bug 2326468

Deleted old copy of the GoogleHttpClient, and the unit tests.
et/GoogleHttpClient.java
7762d93621f508f4410fd37b5bbdfec0071b0420 11-Dec-2009 Paul Westbrook <pwestbro@google.com> Unbundling work

Moved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator
NumberPicker, NumberPickerButton to android-common
---
et/GoogleHttpClient.java
1719a39a4c0ff3afbf9c9e5f03f20ba50f490902 08-Dec-2009 Ken Shirriff <kens@google.com> Migration to TrafficStats.

TrafficStats is the SDK version of NetStat.
et/GoogleHttpClient.java
et/NetworkStatsEntity.java
049070d365c41a6beb81b4936b9fcc99a9549bf9 07-Dec-2009 Evan Millar <emillar@google.com> Add Sets#newSortedSet()
ollect/Sets.java
2464acc6da6393f0163894094468f68b8e496cea 24-Nov-2009 Fred Quintana <fredq@google.com> moved the gdata library to vendor/google
data/client/AndroidGDataClient.java
data/client/AndroidXmlParserFactory.java
data/client/QueryParamsImpl.java
data2/client/AndroidGDataClient.java
data2/client/AndroidXmlParserFactory.java
data2/client/QueryParamsImpl.java
cef599ec8c3184d1a7be3d991b1e6dd2f9ebdf0c 17-Nov-2009 Mark Wagner <mxw@google.com> null check
ms/pdu/PduPersister.java
c6b336d6a411ceacba4aa0dab9a01a5083729c71 27-Sep-2009 Wei Huang <weih@google.com> bug 2148061: if PduBody is zero length, treat it as an empty message.

Change-Id: I2f352dd481f6b8d02b67cd3a44d692e3a5d03999
ms/pdu/PduComposer.java
ed16d4b7deb767f10db80ba57fca3721ac814c92 25-Sep-2009 Wei Huang <weih@google.com> Fix bug#2144742: guard against 0 length encoded string when attaching a 'from' address for MMS.

Change-Id: I0aad5b3d2834695b44cbb63e40c43a2159b723d9
ms/pdu/PduComposer.java
6cec6e168b798ebf50fb415bc7377bea56f70271 23-Sep-2009 Satish Roddom <satishroddom@motorola.com> Subject issue in MMS message

Open a draft MMS message having some subject, some text and any attachment.
Remove the written subject and again save it as draft. In the messaging
main screen, can still see previously entered subject.

Change-Id: I1a30978b7c06fab253ea5d4da0254c3780d18a62
ms/pdu/PduPersister.java
30e59f6ec13bb1f706c6a82ae5d508bb619f4ab6 22-Sep-2009 Wei Huang <weih@google.com> fix bug 2100169: add the line1 number + "/TYPE=PLMN" when sending a pdu.

Change-Id: I289b81118006bf146d94384f91d4b0fa5215ec46
ms/pdu/GenericPdu.java
ms/pdu/PduComposer.java
ms/pdu/ReadRecInd.java
ms/pdu/SendReq.java
a67c8cd581e00a28661f7b727bf74727c9a7f688 18-Sep-2009 Tom Taylor <tomtaylor@google.com> Save message size

Save the message size in the pdu.
ms/pdu/PduPersister.java
ms/pdu/SendReq.java
644d0449abb5510be086a8a5b407734b6d0d49a9 17-Sep-2009 Debajit Ghosh <debajit@google.com> add system property to disable gzip, to help with debugging.
data/client/AndroidGDataClient.java
data2/client/AndroidGDataClient.java
4ddacd014bee1bdb14239cc9d4bc763a8601a7a6 21-Aug-2009 Tom Taylor <tomtaylor@google.com> Purge cache

When persisting a PDU, make sure we purge any old instances of the
PDU from the cache.
ms/pdu/PduPersister.java
3f86715d77f5c3d504aac449755d69d99aecdf51 03-Aug-2009 Fred Quintana <fredq@google.com> add missing types
data2/client/AndroidGDataClient.java
4ed9d78754fb64e825bdf935fede93a9f8c8d5f2 29-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 4768

* changes:
Implement sliding window sync.
a9e3e7254446670b4649239f9ee6453e2e083b80 27-Jul-2009 Fred Quintana <fredq@google.com> fix for a method rename
data2/client/AndroidGDataClient.java
461628716e3b6ea217839ef584375e81436b77fc 27-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> Merge change 8177

* changes:
Added patch support based on serializer state in the android client
62e7cbf0b2696594ba36b625758eef626e4abeac 23-Jul-2009 Dan Egnor <egnor@google.com> Add some more (off by default) logging to trace what's happening with UrlRules
et/UrlRules.java
9f4af53561daae8ffe77157068d67ab10d9e2a4d 22-Jul-2009 Dan Egnor <egnor@google.com> Make intent broadcasts in "am" synchronous (they wait until exit).
Clean up error handling and reporting in "am".
Make the usage message for "am" more informative.

Make it easier to turn on logging in GoogleHttpClient.
et/GoogleHttpClient.java
513d217988e66b176db32a9cf204bb6d240abe97 22-Jul-2009 fmantek <fmantek@google.com> Added patch support based on serializer state in the android client
data2/client/AndroidGDataClient.java
ee0a8f20d54ddb25a1d1467bc206588cd8343f00 03-Jul-2009 fmantek <fmantek@google.com> Squashed commit of the following:
Merged with batch, change to FORMAT_BATCH
commit 4a6f359119771b7ac785aafcba757d049c82e490
Merge: e41dea4... 10063c1...
Author: fmantek <fmantek@google.com>
Date: Fri Jul 3 14:58:11 2009 +0200

Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into GDataClient2
Implemented batch on the android client

commit e41dea4ac27959c8d9f906afbc2e5c4b09e007e0
Author: fmantek <fmantek@google.com>
Date: Wed Jul 1 15:36:01 2009 +0200

New GDAtaClientInterface

commit d70a4b7d088df217360825a79696e8dae669a8b2
Author: fmantek <fmantek@google.com>
Date: Wed Jul 1 15:28:50 2009 +0200

Removeg 2 unneeded files

commit f5a25cbd43a14412a4cbd51bbd733ddb7d0e06ba
Author: fmantek <fmantek@google.com>
Date: Wed Jul 1 15:26:07 2009 +0200

Added gdata2 package

commit dfd0d875a2eac69511419df375820f0b437ba398
Author: fmantek <fmantek@google.com>
Date: Thu Jun 25 13:00:05 2009 +0200

New Android Client to use Gdata2 package and support etags
data2/client/AndroidGDataClient.java
data2/client/AndroidXmlParserFactory.java
data2/client/QueryParamsImpl.java
f4f8a7fe467c2f7514bf528d0a3e8926c2813c0f 19-Jun-2009 Mark Wagner <mxw@google.com> mods so that we can search mms messages
ms/pdu/PduPersister.java
6e40a6e78d3a721f5b5c62993a5825190b6cb691 19-Jun-2009 Ken Shirriff <kens@google.com> Implement sliding window sync.

This change allows null QueryParams to be skipped.
data/client/QueryParamsImpl.java
859f1b0b6f5c57926ca74848ea651b3b95c230c1 15-Jun-2009 Ramanan Rajeswaran <ramanan@google.com> am e8939bb8: resolved conflicts for merge of a798dd86 to donut

Merge commit 'e8939bb8f1453b44788d4475a8263082d858e533'

* commit 'e8939bb8f1453b44788d4475a8263082d858e533':
AI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL
e8939bb8f1453b44788d4475a8263082d858e533 12-Jun-2009 Ramanan Rajeswaran <ramanan@google.com> resolved conflicts for merge of a798dd86 to donut
a798dd86295191b095aaa7a02903daf8d1a5e431 11-Jun-2009 Ramanan Rajeswaran <nobody@android.com> AI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL
which allows us to set the language and country (based on MCC otherwise
locale country). If we are unable to retrieve the ToS, or verify the
content, we load the default ToS (en_US) from the device.
BUG=1856455

Automated import of CL 149797
til/GoogleWebContentHelper.java
32ca6011dfd3ffb7c0c4c5fb3d13b21a68435cf2 02-Jun-2009 Android (Google) Code Review <android-gerrit@google.com> am 2ba3223c: Merge change 2855 into donut

Merge commit '2ba3223cc9a4deb2980ba3c15a9b25c5652166a8'

* commit '2ba3223cc9a4deb2980ba3c15a9b25c5652166a8':
Add a new method to load html data into the WebView.
8cb6617107475c8b579f3bfbef24825c86ce32c5 01-Jun-2009 Ramanan Rajeswaran <ramanan@google.com> Add a new method to load html data into the WebView.
til/GoogleWebContentHelper.java
8fe20fc21e5fca580ba974aa44061ecd48d57f2a 21-May-2009 Android (Google) Code Review <android-gerrit@google.com> am aa983388: Merge change 1932 into donut

Merge commit 'aa9833885d89d42a0cd0b4202485e67b63d51412'

* commit 'aa9833885d89d42a0cd0b4202485e67b63d51412':
Qualify a type and add some explanatory comments.
8ba63601ab3aa4042f8801529cb629450aea4bc3 19-May-2009 Android (Google) Code Review <android-gerrit@google.com> am 15e74b9d: Merge change 1939 into donut

Merge commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a'

* commit '15e74b9da8b4cda11ee54da1e77a02d1a86c944a':
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
Fix build breakage
Revise the ImageButton class description to include information
Record statistics about whether HTTP connections are reused.
3c1664216d3754674534932716b41b69999d8013 19-May-2009 Dan Egnor <egnor@google.com> Qualify a type and add some explanatory comments.
et/GoogleHttpClient.java
ec144d655363edc535f9145a2318f308e25cf513 18-May-2009 Dan Egnor <egnor@google.com> Record statistics about whether HTTP connections are reused.
et/GoogleHttpClient.java
ed740498cacc7977c9b310722e92b3fa53fa3584 11-Apr-2009 Ficus Kirkpatrick <ficus@android.com> Add method on EncodedStringValue to transform a String[].
ms/pdu/EncodedStringValue.java
32a5a24b3ff896f01b8f57d1b424c4c31724e86a 02-Apr-2009 Doug Zongker <> AI 144094: am: CL 144044 First cut of tunneling HTTP requests over gtalk connection:
- We define HttpRequest and HttpResponse protocol buffers.
The RMQ mechanism is *not* used for these (though the
messages define rmq id fields in case we want to start).
- GTalkHttpClient will send an http request over the
connection to MCS if:
- gtalk_tunnel_http in gservices is turned on
- the request destination is the android proxy
- it can make a connection to gtalkservice
The request falls back to using GoogleHttpClient if it can't
be processed over the MCS connection.
A few shortcuts are taken with cookie handling, but these
are okay for the envisioned usage.
Original author: dougz
Merged from: //branches/donutburger/...

Automated import of CL 144094
et/GoogleHttpClient.java
0fc2c1392a2a2f046f8b613eefbcb364869647fc 01-Apr-2009 Doug Zongker <> AI 144044: First cut of tunneling HTTP requests over gtalk connection:
- We define HttpRequest and HttpResponse protocol buffers.
The RMQ mechanism is *not* used for these (though the
messages define rmq id fields in case we want to start).
- GTalkHttpClient will send an http request over the
connection to MCS if:
- gtalk_tunnel_http in gservices is turned on
- the request destination is the android proxy
- it can make a connection to gtalkservice
The request falls back to using GoogleHttpClient if it can't
be processed over the MCS connection.
A few shortcuts are taken with cookie handling, but these
are okay for the envisioned usage.

Automated import of CL 144044
et/GoogleHttpClient.java
e259023ffc2541536c6b08d8da6f14ac24a1ab8b 25-Mar-2009 Debajit Ghosh <> Automated import from //branches/donutburger/...@140817,140817
data/client/AndroidGDataClient.java
87231cfbbb70fd52c04a9cdb5c0f13e869ebc392 25-Mar-2009 Debajit Ghosh <> Automated import from //branches/master/...@140820,140820
data/client/AndroidGDataClient.java
c2ad241504fcaa12d4579d3b0b4038d1ca8d08c9 20-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@141571
data/client/AndroidGDataClient.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ollect/Lists.java
ollect/Maps.java
ollect/Sets.java
data/client/AndroidGDataClient.java
data/client/AndroidXmlParserFactory.java
data/client/QueryParamsImpl.java
ms/ContentType.java
ms/InvalidHeaderValueException.java
ms/MmsException.java
ms/package.html
ms/pdu/AcknowledgeInd.java
ms/pdu/Base64.java
ms/pdu/CharacterSets.java
ms/pdu/DeliveryInd.java
ms/pdu/EncodedStringValue.java
ms/pdu/GenericPdu.java
ms/pdu/MultimediaMessagePdu.java
ms/pdu/NotificationInd.java
ms/pdu/NotifyRespInd.java
ms/pdu/PduBody.java
ms/pdu/PduComposer.java
ms/pdu/PduContentTypes.java
ms/pdu/PduHeaders.java
ms/pdu/PduParser.java
ms/pdu/PduPart.java
ms/pdu/PduPersister.java
ms/pdu/QuotedPrintable.java
ms/pdu/ReadOrigInd.java
ms/pdu/ReadRecInd.java
ms/pdu/RetrieveConf.java
ms/pdu/SendConf.java
ms/pdu/SendReq.java
ms/pdu/package.html
ms/util/AbstractCache.java
ms/util/PduCache.java
ms/util/PduCacheEntry.java
ms/util/SqliteWrapper.java
ms/util/package.html
et/GoogleHttpClient.java
et/NetworkStatsEntity.java
et/ParentalControl.java
et/ParentalControlState.aidl
et/ParentalControlState.java
et/SSLClientSessionCacheFactory.java
et/UrlRules.java
til/AbstractMessageParser.java
til/GoogleWebContentHelper.java
til/Procedure.java
til/SimplePullParser.java
til/SmileyParser.java
til/SmileyResources.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ollect/Lists.java
ollect/Maps.java
ollect/Sets.java
data/client/AndroidGDataClient.java
data/client/AndroidXmlParserFactory.java
data/client/QueryParamsImpl.java
ms/ContentType.java
ms/InvalidHeaderValueException.java
ms/MmsException.java
ms/package.html
ms/pdu/AcknowledgeInd.java
ms/pdu/Base64.java
ms/pdu/CharacterSets.java
ms/pdu/DeliveryInd.java
ms/pdu/EncodedStringValue.java
ms/pdu/GenericPdu.java
ms/pdu/MultimediaMessagePdu.java
ms/pdu/NotificationInd.java
ms/pdu/NotifyRespInd.java
ms/pdu/PduBody.java
ms/pdu/PduComposer.java
ms/pdu/PduContentTypes.java
ms/pdu/PduHeaders.java
ms/pdu/PduParser.java
ms/pdu/PduPart.java
ms/pdu/PduPersister.java
ms/pdu/QuotedPrintable.java
ms/pdu/ReadOrigInd.java
ms/pdu/ReadRecInd.java
ms/pdu/RetrieveConf.java
ms/pdu/SendConf.java
ms/pdu/SendReq.java
ms/pdu/package.html
ms/util/AbstractCache.java
ms/util/PduCache.java
ms/util/PduCacheEntry.java
ms/util/SqliteWrapper.java
ms/util/package.html
et/GoogleHttpClient.java
et/NetworkStatsEntity.java
et/ParentalControl.java
et/ParentalControlState.aidl
et/ParentalControlState.java
et/UrlRules.java
til/AbstractMessageParser.java
til/GoogleWebContentHelper.java
til/Procedure.java
til/SimplePullParser.java
til/SmileyParser.java
til/SmileyResources.java
076357b8567458d4b6dfdcf839ef751634cd2bfb 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
data/client/AndroidGDataClient.java
et/GoogleHttpClient.java
3dec7d563a2f3e1eb967ce2054a00b6620e3558c 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
data/client/AndroidGDataClient.java
et/GoogleHttpClient.java
15ab3eae2ec3d73b3e8aa60b33ae41445bf83f4b 20-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132569
til/GoogleWebContentHelper.java
d24b8183b93e781080b2c16c487e60d51c12da31 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
et/GoogleHttpClient.java
et/NetStats.java
et/NetworkStatsEntity.java
til/SimplePullParser.java
9266c558bf1d21ff647525ff99f7dadbca417309 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
data/client/AndroidGDataClient.java
b798689749c64baba81f02e10cf2157c747d6b46 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
data/client/AndroidGDataClient.java
et/GoogleHttpClient.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
ms/pdu/PduComposer.java
ms/pdu/PduHeaders.java
ms/pdu/PduPersister.java
ms/pdu/SendReq.java
et/ParentalControl.java
til/GoogleWebContentHelper.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
ollect/Lists.java
ollect/Maps.java
ollect/Sets.java
data/client/AndroidGDataClient.java
data/client/AndroidXmlParserFactory.java
data/client/QueryParamsImpl.java
ms/ContentType.java
ms/InvalidHeaderValueException.java
ms/MmsException.java
ms/package.html
ms/pdu/AcknowledgeInd.java
ms/pdu/Base64.java
ms/pdu/CharacterSets.java
ms/pdu/DeliveryInd.java
ms/pdu/EncodedStringValue.java
ms/pdu/GenericPdu.java
ms/pdu/MultimediaMessagePdu.java
ms/pdu/NotificationInd.java
ms/pdu/NotifyRespInd.java
ms/pdu/PduBody.java
ms/pdu/PduComposer.java
ms/pdu/PduContentTypes.java
ms/pdu/PduHeaders.java
ms/pdu/PduParser.java
ms/pdu/PduPart.java
ms/pdu/PduPersister.java
ms/pdu/QuotedPrintable.java
ms/pdu/ReadOrigInd.java
ms/pdu/ReadRecInd.java
ms/pdu/RetrieveConf.java
ms/pdu/SendConf.java
ms/pdu/SendReq.java
ms/pdu/package.html
ms/util/AbstractCache.java
ms/util/PduCache.java
ms/util/PduCacheEntry.java
ms/util/SqliteWrapper.java
ms/util/package.html
et/GoogleHttpClient.java
et/NetStats.java
et/ParentalControl.java
et/ParentalControlState.aidl
et/ParentalControlState.java
et/UrlRules.java
til/AbstractMessageParser.java
til/GoogleWebContentHelper.java
til/Procedure.java
til/SimplePullParser.java
til/SmileyParser.java
til/SmileyResources.java