Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java338 private final String timeKey; field in PowerProfile.CpuClusterKey
342 private CpuClusterKey(String timeKey, String powerKey, int numCpus) { in CpuClusterKey() argument
343 this.timeKey = timeKey; in CpuClusterKey()
358 Object value = sPowerMap.get(mCpuClusters[index].timeKey); in getNumSpeedStepsInCpuCluster()