Home
last modified time | relevance | path

Searched refs:DebugFlag (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/config/
H A DFeatureFlags.java36 private static final List<DebugFlag> sDebugFlags = new ArrayList<>();
250 for (DebugFlag flag : sDebugFlags) { in initialize()
257 static List<DebugFlag> getDebugFlags() { in getDebugFlags()
266 for (DebugFlag flag : sDebugFlags) { in dump()
274 for (DebugFlag flag : sDebugFlags) { in dump()
306 public static class DebugFlag extends BooleanFlag { class in FeatureFlags
311 public DebugFlag(String key, boolean defaultValue, String description) { in DebugFlag() method in FeatureFlags.DebugFlag
338 ? new DebugFlag(key, defaultValue, description) in getDebugFlag()
H A DFlagTogglerPrefUi.java36 import com.android.launcher3.config.FeatureFlags.DebugFlag;
53 for (DebugFlag flag : FeatureFlags.getDebugFlags()) {
69 for (DebugFlag flag : FeatureFlags.getDebugFlags()) {
91 for (DebugFlag flag : FeatureFlags.getDebugFlags()) { in applyTo()
107 private void updateSummary(SwitchPreference switchPreference, DebugFlag flag) { in updateSummary()
142 private boolean getFlagStateFromSharedPrefs(DebugFlag flag) { in getFlagStateFromSharedPrefs()
147 for (DebugFlag flag : FeatureFlags.getDebugFlags()) { in anyChanged()
/aosp12/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
H A DDeviceFlag.java19 import com.android.launcher3.config.FeatureFlags.DebugFlag;
21 public class DeviceFlag extends DebugFlag {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DDeviceFlag.java23 import com.android.launcher3.config.FeatureFlags.DebugFlag;
26 public class DeviceFlag extends DebugFlag {