Home
last modified time | relevance | path

Searched refs:STACK_SAMPLING_DURATION_MS_MIN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java94 public static final String STACK_SAMPLING_DURATION_MS_MIN = "stack_sampling_duration_ms_min"; field in DeviceConfigHelper
208 STACK_SAMPLING_DURATION_MS_MIN, in getAllStackSamplingProperties()
DConfigs.java188 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MIN, 1000); in initializeStackSamplingConfigsIfNecessary()
295 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MIN, sStackSamplingDurationMsMin); in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java964 DeviceConfigHelper.STACK_SAMPLING_DURATION_MS_MIN, durationMinMs); in overrideStackSamplingDeviceConfigValues()