Searched refs:sDebugFlags (Results 1 – 1 of 1) sorted by relevance
36 private static final List<DebugFlag> sDebugFlags = new ArrayList<>(); field in FeatureFlags258 synchronized (sDebugFlags) { in initialize()259 for (DebugFlag flag : sDebugFlags) { in initialize()262 sDebugFlags.sort((f1, f2) -> f1.key.compareToIgnoreCase(f2.key)); in initialize()267 synchronized (sDebugFlags) { in getDebugFlags()268 return new ArrayList<>(sDebugFlags); in getDebugFlags()274 synchronized (sDebugFlags) { in dump()275 for (DebugFlag flag : sDebugFlags) { in dump()282 synchronized (sDebugFlags) { in dump()283 for (DebugFlag flag : sDebugFlags) { in dump()[all …]