Home
last modified time | relevance | path

Searched refs:NAMESPACE_TESTING (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java30 public static final String NAMESPACE_TESTING = "profiling_testing"; field in DeviceConfigHelper
171 return DeviceConfig.getBoolean(NAMESPACE_TESTING, name, defaultValue); in getTestBoolean()
DProfilingService.java181 DeviceConfig.addOnPropertiesChangedListener(DeviceConfigHelper.NAMESPACE_TESTING, in ProfilingService()