Searched refs:ENABLE_OVERVIEW_SELECTIONS (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.launcher3.config.FeatureFlags.ENABLE_OVERVIEW_SELECTIONS;322 if (ENABLE_OVERVIEW_ACTIONS.get() && ENABLE_OVERVIEW_SELECTIONS.get()) {
146 public static final BooleanFlag ENABLE_OVERVIEW_SELECTIONS = new DeviceFlag( field in FeatureFlags