summaryrefslogtreecommitdiff
path: root/tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
AgeCommit message (Collapse)Author
2021-08-31Revert "Revert "Migrating all model tests to Instrumentation tests""Sunny Goyal
This reverts commit 7a4a30d86d471e6c45adc2a9907efb27e9b1799b. Test: Presubmit Reason for revert: Fixing original bug Bug: 196825541 Change-Id: Id4b1eb24a89564d264266d305aebea52917dfcd9
2021-08-24Revert "Migrating all model tests to Instrumentation tests"Alex Chau
This reverts commit 455ba62b5db7a8415e0f250d62c30e9c24ebbb6b. Reason for revert: Breaks tests on all targets Bug: 196825541 Bug: 197570389 Change-Id: Ida6792a09c54dee46105b6b914a0dd1545bdf48d
2021-08-23Migrating all model tests to Instrumentation testsSunny Goyal
Bug: 196825541 Test: Presubmit Change-Id: Iebd46eb41eb46c187d569197f4b97b4fddc0f6f7
2018-11-12Moving come tests to RoboelectricSunny Goyal
> Fixing resource loading in robo tests Change-Id: Id5b8a0e4916a2a200da7a41b03f19846834beb1f
2018-10-08Converting long item IDs to intSunny Goyal
> Items ids were already being typecasted to int when being bound on the UI > Using a consistent type allow better use of platform data-structures > Adding IntArray and IntSet as a replacement for various Collection classes Change-Id: Id3c650ed2420c2bfca3bd7671d2b705b56112371
2018-08-24Enabling some test suites that miss from ATPVadim Tryshev
ATP requires the test size attribute, or else the test won't be run. Test: Will see on ATP Change-Id: If231781b5188c022e47cc40e46af933d753fa114
2018-08-21Converting tests to AndroidxVadim Tryshev
Bug: 112610679 Change-Id: I712826e668f1fbeb4e47cc541d4f5296d8eb74c0
2017-11-06Removing dependency on deprecated android.test.** packageSunny Goyal
Change-Id: Ib1065e26fff3c193d12531c8bca944693ea6137c
2017-01-10Enforcing background thread when accessing iconCacheDb.Sunny Goyal
> Moving any icon cache access to background thread > Updating Apps list to avoid loading icons for ignored apps Bug: 21325319 Change-Id: Id72755100f1176ccfcc99249c5e02873cc249a13
2016-12-13Ensuring that ShortcutInfo always has an iconSunny Goyal
> 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
2016-11-09Moving various runnables in LauncherModel to individual tasksSunny Goyal
> Adding tests for some of the runnable Change-Id: I1a315d38878857df3371f0e69d622a41fc3b081a