Searched refs:PERSIST_PREFIX (Results 1 – 2 of 2) sorted by relevance
40 public static final String PERSIST_PREFIX = "persist." + FFLAG_OVERRIDE_PREFIX; field in FeatureFlagUtils299 return PERSISTENT_FLAGS.contains(feature) ? PERSIST_PREFIX : FFLAG_OVERRIDE_PREFIX; in getSystemPropertyPrefix()
3507 field public static final String PERSIST_PREFIX = "persist.sys.fflag.override.";