commit | 2f022184933118c0bd10f851a4aac62632832ba5 | [log] [tgz] |
---|---|---|
author | Doris Ling <dling@google.com> | Fri Apr 28 15:17:30 2017 -0700 |
committer | Doris Ling <dling@google.com> | Fri May 12 10:34:20 2017 -0700 |
tree | 6e2eec83bae04cb35eb6a9623d19fa626f00f37b | |
parent | 59f965d698f5eb8518dd7cdfa4871c5de4b11e55 [diff] |
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