Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java376 private final String freqKey; field in PowerProfile.CpuClusterKey
381 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument
383 this.freqKey = freqKey; in CpuClusterKey()
404 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()
405 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()
529 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in writeToProto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95846 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;