ff52eef8e691645e657f02a21c9d51968c2bdcfd |
|
25-Jun-2014 |
Anthony Lee <anthonylee@google.com> |
Revamp logging & remove the threading around downloads. There is no need to launch a new AsyncTask around adding an attachment to the queue of downloads. We can restore the attachment in the worker thread of AttachmentService instead. Also reworked the logging so we can trace the flow of the AttachmentService if we need to debug again in the future. Change-Id: I368ebb4322bc0af0f4cadedf102959d621e5ee80
/packages/apps/Email/tests/src/com/android/email/service/AttachmentServiceTests.java
|
39e3bd63b59e3f562e7cbdc4b6b070b0d08c639a |
|
04-Jun-2014 |
Anthony Lee <anthonylee@google.com> |
Some more cleanup and code rearrangement & added unit tests for ServiceCallback. Change-Id: I6017e50455df3dda9ef6ec54ffd4fbc4e9b1a2d9
/packages/apps/Email/tests/src/com/android/email/service/AttachmentServiceTests.java
|
a72a12241f413f113d61d318757a49b7e33c2af6 |
|
16-May-2014 |
Anthony Lee <anthonylee@google.com> |
Factored out Watchdog code and cleaned up other stuff. Moved testing code to the bottom of the file. The next CL should be the removal of the DownloadSet. Also fixed b/15003801, so that the test will not fail. Change-Id: Ie8320782d6b292d5a367af95d7c58d70a4213ead
/packages/apps/Email/tests/src/com/android/email/service/AttachmentServiceTests.java
|
0e49862711852775acc91aa8d2dee2b6b70ea1d0 |
|
12-May-2014 |
Anthony Lee <anthonylee@google.com> |
Introduction of DownloadQueue and associated tests. Also a bit of cleanup around log tags and DownloadRequest. Change-Id: I33221f099ed691e5258e1741cf0a63381404f520
/packages/apps/Email/tests/src/com/android/email/service/AttachmentServiceTests.java
|