summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/LauncherAppsCompatVL.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-08-14 15:21:45 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-08-14 15:22:12 -0700
commitd230307a958189041a7d5616e89fb2966011b55e (patch)
tree0e3684f094f08066de7cb68d49779a60111feded /src/com/android/launcher3/compat/LauncherAppsCompatVL.java
parenta950d40d0930abff76fd49a322715fd42cad80c9 (diff)
downloadandroid_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.gz
android_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.bz2
android_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.zip
Migrating to android-x
Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
Diffstat (limited to 'src/com/android/launcher3/compat/LauncherAppsCompatVL.java')
-rw-r--r--src/com/android/launcher3/compat/LauncherAppsCompatVL.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/com/android/launcher3/compat/LauncherAppsCompatVL.java b/src/com/android/launcher3/compat/LauncherAppsCompatVL.java
index cc3e5a727..ba0ac6e4a 100644
--- a/src/com/android/launcher3/compat/LauncherAppsCompatVL.java
+++ b/src/com/android/launcher3/compat/LauncherAppsCompatVL.java
@@ -29,15 +29,18 @@ import android.graphics.Rect;
import android.os.Bundle;
import android.os.Process;
import android.os.UserHandle;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
import android.util.ArrayMap;
+
import com.android.launcher3.compat.ShortcutConfigActivityInfo.ShortcutConfigActivityInfoVL;
import com.android.launcher3.shortcuts.ShortcutInfoCompat;
import com.android.launcher3.util.PackageUserKey;
+
import java.util.ArrayList;
import java.util.List;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+
public class LauncherAppsCompatVL extends LauncherAppsCompat {
protected final LauncherApps mLauncherApps;