summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-11-08 10:51:05 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-11-08 15:18:25 -0800
commit1a9cbd3c882e0135a9917b7438ac552b1120f720 (patch)
treee95b62c2f66b67a35881bd7005628d2084891047 /tests
parent024659c1b070b3d55f6ac4db27aeafe2ff98bad9 (diff)
downloadandroid_packages_apps_Trebuchet-1a9cbd3c882e0135a9917b7438ac552b1120f720.tar.gz
android_packages_apps_Trebuchet-1a9cbd3c882e0135a9917b7438ac552b1120f720.tar.bz2
android_packages_apps_Trebuchet-1a9cbd3c882e0135a9917b7438ac552b1120f720.zip
Moving BaseIconCache to icon lib
Change-Id: I4fb56dcd6231a848d152e690edaf8885efbc995a
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/model/BaseModelUpdateTaskTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/model/BaseModelUpdateTaskTestCase.java b/tests/src/com/android/launcher3/model/BaseModelUpdateTaskTestCase.java
index 850354777..c39d712ab 100644
--- a/tests/src/com/android/launcher3/model/BaseModelUpdateTaskTestCase.java
+++ b/tests/src/com/android/launcher3/model/BaseModelUpdateTaskTestCase.java
@@ -23,7 +23,7 @@ import androidx.test.rule.provider.ProviderTestRule;
import com.android.launcher3.AllAppsList;
import com.android.launcher3.AppFilter;
import com.android.launcher3.AppInfo;
-import com.android.launcher3.icons.CachingLogic;
+import com.android.launcher3.icons.cache.CachingLogic;
import com.android.launcher3.icons.IconCache;
import com.android.launcher3.InvariantDeviceProfile;
import com.android.launcher3.ItemInfo;