Home
last modified time | relevance | path

Searched refs:LAST_PREDICTION_ENABLED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DSettingsChangeLogger.java29 import static com.android.launcher3.model.PredictionUpdateTask.LAST_PREDICTION_ENABLED;
158 if (LAST_PREDICTION_ENABLED.getSharedPrefKey().equals(key) in onSharedPreferenceChanged()
163 mHomeScreenSuggestionEvent = LauncherPrefs.get(mContext).get(LAST_PREDICTION_ENABLED) in onSharedPreferenceChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionUpdateTask.java53 public static final ConstantItem<Boolean> LAST_PREDICTION_ENABLED = field in PredictionUpdateTask
71 LauncherPrefs.get(context).put(LAST_PREDICTION_ENABLED, !mTargets.isEmpty()); in execute()