Home
last modified time | relevance | path

Searched refs:LAST_PREDICTION_ENABLED_STATE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DSettingsChangeLogger.java28 import static com.android.launcher3.model.QuickstepModelDelegate.LAST_PREDICTION_ENABLED_STATE;
151 if (LAST_PREDICTION_ENABLED_STATE.equals(key) in onSharedPreferenceChanged()
157 .getBoolean(LAST_PREDICTION_ENABLED_STATE, true) in onSharedPreferenceChanged()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java19 import static com.android.launcher3.model.QuickstepModelDelegate.LAST_PREDICTION_ENABLED_STATE;
61 .putBoolean(LAST_PREDICTION_ENABLED_STATE, !mTargets.isEmpty()).apply(); in execute()
H A DQuickstepModelDelegate.java83 public static final String LAST_PREDICTION_ENABLED_STATE = "last_prediction_enabled_state"; field in QuickstepModelDelegate