Searched refs:LAST_PREDICTION_ENABLED_STATE (Results 1 – 3 of 3) sorted by relevance
28 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()
19 import static com.android.launcher3.model.QuickstepModelDelegate.LAST_PREDICTION_ENABLED_STATE;61 .putBoolean(LAST_PREDICTION_ENABLED_STATE, !mTargets.isEmpty()).apply(); in execute()
83 public static final String LAST_PREDICTION_ENABLED_STATE = "last_prediction_enabled_state"; field in QuickstepModelDelegate