Searched refs:NAMESPACE_TESTING (Results 1 – 2 of 2) sorted by relevance
30 public static final String NAMESPACE_TESTING = "profiling_testing"; field in DeviceConfigHelper171 return DeviceConfig.getBoolean(NAMESPACE_TESTING, name, defaultValue); in getTestBoolean()
181 DeviceConfig.addOnPropertiesChangedListener(DeviceConfigHelper.NAMESPACE_TESTING, in ProfilingService()