History log of /packages/apps/Settings/src/com/android/settings/datausage/AppPrefLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47f6e548953ccf8ec5889a79f37f561070e59cb9 30-Nov-2017 Jaekyun Seok <jaekyun@google.com> Move codes generating html file from xml files to SettingsLib (1/2)

LicenseHtmlGeneratorFromXml, LicenseHtmlLoader and indirecly AsyncLoader
shoud be commonly used by Settings and TvSettings.

So this CL will move them to SettingsLib.

Test: building succeeded and tested on sailfish.
make ROBOTEST_FILTER=SettingsLicenseActivityTest RunSettingsRoboTests

Change-Id: I12e9169b1d3d313a6c5da0d575a6526327268381
/packages/apps/Settings/src/com/android/settings/datausage/AppPrefLoader.java
2f022184933118c0bd10f851a4aac62632832ba5 29-Apr-2017 Doris Ling <dling@google.com> Change AppPrefLoader from AsyncTask to AsyncLoader.

Showing the wifi data usage results in reaching the max number of
threads in the pool executor. Switching the loader implementation
from Async task to AsynLoader and use a single loader to get the
whole list of preferences instead of using a new task to create each
list element.

Change-Id: I0da19ca09031a7fa178970c192e12a99ab489145
Fix: 33820327
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/datausage/AppPrefLoader.java