Loading src/com/android/launcher3/config/FeatureFlags.java +0 −3 Original line number Diff line number Diff line Loading @@ -143,9 +143,6 @@ public final class FeatureFlags { "ENABLE_BULK_WORKSPACE_ICON_LOADING", ENABLED, "Enable loading workspace icons in bulk."); public static final BooleanFlag ENABLE_BULK_ALL_APPS_ICON_LOADING = getDebugFlag(270392465, "ENABLE_BULK_ALL_APPS_ICON_LOADING", ENABLED, "Enable loading all apps icons in bulk."); public static final BooleanFlag ENABLE_DATABASE_RESTORE = getDebugFlag(270392706, "ENABLE_DATABASE_RESTORE", DISABLED, "Enable database restore when new restore session is created"); Loading src/com/android/launcher3/model/LoaderTask.java +9 −11 Original line number Diff line number Diff line Loading @@ -960,7 +960,7 @@ public class LoaderTask implements Runnable { iconRequestInfos.add(new IconRequestInfo<>( appInfo, app, /* useLowResIcon= */ false)); mBgAllAppsList.add( appInfo, app, !FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()); appInfo, app, false); } allActivityList.addAll(apps); } Loading @@ -973,7 +973,7 @@ public class LoaderTask implements Runnable { AppInfo promiseAppInfo = mBgAllAppsList.addPromiseApp( mApp.getContext(), PackageInstallInfo.fromInstallingState(info), !FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()); false); if (promiseAppInfo != null) { iconRequestInfos.add(new IconRequestInfo<>( Loading @@ -984,7 +984,6 @@ public class LoaderTask implements Runnable { } } if (FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()) { Trace.beginSection("LoadAllAppsIconsInBulk"); try { mIconCache.getTitlesAndIconsInBulk(iconRequestInfos); Loading @@ -993,7 +992,6 @@ public class LoaderTask implements Runnable { } finally { Trace.endSection(); } } mBgAllAppsList.setFlags(FLAG_QUIET_MODE_ENABLED, mUserManagerState.isAnyProfileQuietModeEnabled()); Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +0 −3 Original line number Diff line number Diff line Loading @@ -143,9 +143,6 @@ public final class FeatureFlags { "ENABLE_BULK_WORKSPACE_ICON_LOADING", ENABLED, "Enable loading workspace icons in bulk."); public static final BooleanFlag ENABLE_BULK_ALL_APPS_ICON_LOADING = getDebugFlag(270392465, "ENABLE_BULK_ALL_APPS_ICON_LOADING", ENABLED, "Enable loading all apps icons in bulk."); public static final BooleanFlag ENABLE_DATABASE_RESTORE = getDebugFlag(270392706, "ENABLE_DATABASE_RESTORE", DISABLED, "Enable database restore when new restore session is created"); Loading
src/com/android/launcher3/model/LoaderTask.java +9 −11 Original line number Diff line number Diff line Loading @@ -960,7 +960,7 @@ public class LoaderTask implements Runnable { iconRequestInfos.add(new IconRequestInfo<>( appInfo, app, /* useLowResIcon= */ false)); mBgAllAppsList.add( appInfo, app, !FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()); appInfo, app, false); } allActivityList.addAll(apps); } Loading @@ -973,7 +973,7 @@ public class LoaderTask implements Runnable { AppInfo promiseAppInfo = mBgAllAppsList.addPromiseApp( mApp.getContext(), PackageInstallInfo.fromInstallingState(info), !FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()); false); if (promiseAppInfo != null) { iconRequestInfos.add(new IconRequestInfo<>( Loading @@ -984,7 +984,6 @@ public class LoaderTask implements Runnable { } } if (FeatureFlags.ENABLE_BULK_ALL_APPS_ICON_LOADING.get()) { Trace.beginSection("LoadAllAppsIconsInBulk"); try { mIconCache.getTitlesAndIconsInBulk(iconRequestInfos); Loading @@ -993,7 +992,6 @@ public class LoaderTask implements Runnable { } finally { Trace.endSection(); } } mBgAllAppsList.setFlags(FLAG_QUIET_MODE_ENABLED, mUserManagerState.isAnyProfileQuietModeEnabled()); Loading