Searched refs:DebugFlag (Results 1 – 4 of 4) sorted by relevance
36 private static final List<DebugFlag> sDebugFlags = new ArrayList<>();259 for (DebugFlag flag : sDebugFlags) { in initialize()266 static List<DebugFlag> getDebugFlags() { in getDebugFlags()275 for (DebugFlag flag : sDebugFlags) { in dump()283 for (DebugFlag flag : sDebugFlags) { in dump()319 public static class DebugFlag extends BooleanFlag { class in FeatureFlags324 public DebugFlag(String key, boolean defaultValue, String description) { in DebugFlag() method in FeatureFlags.DebugFlag351 ? new DebugFlag(key, defaultValue, description) in getDebugFlag()
36 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()
19 import com.android.launcher3.config.FeatureFlags.DebugFlag;21 public class DeviceFlag extends DebugFlag {
24 import com.android.launcher3.config.FeatureFlags.DebugFlag;29 public class DeviceFlag extends DebugFlag {