Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCpuThrottlingWaiter.java130 String maxFreq = freqs[freqs.length - 1]; // highest available frequency is last in getCpuMaxFreqs() local
132 if (!maxFreq.matches("^\\d+$")) { in getCpuMaxFreqs()
135 CLog.d("CPU: %s MaxFreq: %s", cpu, maxFreq); in getCpuMaxFreqs()
136 ret.put(cpu, maxFreq); in getCpuMaxFreqs()