Searched refs:ENABLE_OVERVIEW_SHARE (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.launcher3.config.FeatureFlags.ENABLE_OVERVIEW_SHARE;114 if (ENABLE_OVERVIEW_SHARE.get()) { in onFinishInflate()
149 public static final BooleanFlag ENABLE_OVERVIEW_SHARE = getDebugFlag( field in FeatureFlags