Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCpuThrottlingWaiter.java62 Map<String, String> cpuMaxFreqs = getCpuMaxFreqs(device); in setUp() local
63 if (cpuMaxFreqs.isEmpty()) { in setUp()
74 for (Entry<String, String> e : cpuMaxFreqs.entrySet()) { in setUp()