Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java360 private final String freqKey; field in PowerProfile.CpuClusterKey
365 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument
367 this.freqKey = freqKey; in CpuClusterKey()
386 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()
387 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()