Searched refs:freqKey (Results 1 – 2 of 2) sorted by relevance
415 private final String freqKey; field in PowerProfile.CpuClusterKey420 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument422 this.freqKey = freqKey; in CpuClusterKey()446 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()447 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()649 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in dumpDebug()
78329 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;