History log of /packages/apps/Launcher3/tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1cc1c9ad83014ec8af54a44112138339c52795b0 07-Jan-2017 Sunny Goyal <sunnygoyal@google.com> Enforcing background thread when accessing iconCacheDb.

> Moving any icon cache access to background thread
> Updating Apps list to avoid loading icons for ignored apps

Bug: 21325319
Change-Id: Id72755100f1176ccfcc99249c5e02873cc249a13
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
1cd01b023acc123b771765b7297d8aaedac224e0 09-Nov-2016 Sunny Goyal <sunnygoyal@google.com> Ensuring that ShortcutInfo always has an icon

> Making iconBitmap public instead of a getter (similar to AppInfo)
> Removing getIcon() which can lead to IO on UI thread
> Removing updateIcon and handling the update at the caller

Bug: 21325319
Change-Id: I6a49b9043f974e9629ea25e77012d97cc04c0594
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
f0ba8b7ca1dc8fd53451d3d16e9f4fc306cddcd4 10-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Moving various runnables in LauncherModel to individual tasks

> Adding tests for some of the runnable

Change-Id: I1a315d38878857df3371f0e69d622a41fc3b081a
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java