Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java143 cpuInfoReader.setProcStatFile(getCacheFile(VALID_PROC_STAT_2)); in testReadCpuInfoWithTimeInState()
249 cpuInfoReader.setProcStatFile(getCacheFile(VALID_PROC_STAT_2)); in testReadCpuInfoWithoutTimeInState()
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuInfoReader.java360 boolean setProcStatFile(File procStatFile) { in setProcStatFile() method in CpuInfoReader