Searched refs:maxFreq (Results 1 – 1 of 1) sorted by relevance
130 String maxFreq = freqs[freqs.length - 1]; // highest available frequency is last in getCpuMaxFreqs() local132 if (!maxFreq.matches("^\\d+$")) { in getCpuMaxFreqs()135 CLog.d("CPU: %s MaxFreq: %s", cpu, maxFreq); in getCpuMaxFreqs()136 ret.put(cpu, maxFreq); in getCpuMaxFreqs()