aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack/DownloadManagerWrapper.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* (DO NOT MERGE) Remove some logs which spam encrypted boot•••Bug: 17539539 Change-Id: Idb442c2f0db2361b8e535f39b02d209b1edd1069 (cherry picked from commit 4b6c6fa0e475b987fe3734989dee4159b1d6d548) Jean Chalard2014-09-191-10/+8
* Avoid crashing when the Content URL is not found.•••I'm not sure when this can happen, but it seems it does at least on older versions of the platform. Let's avoid crashing. Bug: 11618402 Change-Id: If730b5bd8f20e0f60b884eab5900099116afc5f0 Jean Chalard2014-02-181-0/+10
* Catch exceptions we can't do anything about.•••This also abstracts away the "package deactivated" case for simpler and safer code. Bug: 11072561 Change-Id: Idaaf2ae8d8d5b2c4a15de641bbf2f8c5c7cc9410 Jean Chalard2014-02-171-0/+99