Searched refs:PERSIST_PREFIX (Results 1 – 3 of 3) sorted by relevance
40 public static final String PERSIST_PREFIX = "persist." + FFLAG_OVERRIDE_PREFIX; field in FeatureFlagUtils129 return PERSISTENT_FLAGS.contains(feature) ? PERSIST_PREFIX : FFLAG_OVERRIDE_PREFIX; in getSystemPropertyPrefix()
507 …String value = SystemProperties.get(FeatureFlagUtils.PERSIST_PREFIX + FeatureFlagUtils.HEARING_AID… in BluetoothManagerService()
2613 field public static final String PERSIST_PREFIX = "persist.sys.fflag.override.";