Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DCpuUsageHelperTest.java53 private static final String TOTAL_CPU_USAGE_FREQ = "total_cpu_usage_freq"; field in CpuUsageHelperTest
129 if (cpuUsageEntry.getKey().equals(TOTAL_CPU_USAGE_FREQ)) { in testCpuUsageMetricsKey()
166 assertTrue(cpuUsage.containsKey(TOTAL_CPU_USAGE_FREQ)); in testCpuDisabledPerPkgPerFreq()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java47 private static final String TOTAL_CPU_USAGE_FREQ = "total_cpu_usage_freq"; field in CpuUsageHelper
190 cpuUsageFinalMap.put(TOTAL_CPU_USAGE_FREQ, totalCpuFreq); in getMetrics()