Searched refs:getCacheFile (Results 1 – 3 of 3) sorted by relevance
92 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithTimeInState()93 getCacheFile(VALID_CPUFREQ_WITH_TIME_IN_STATE_DIR), getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithTimeInState()142 cpuInfoReader.setCpuFreqDir(getCacheFile(VALID_CPUFREQ_WITH_TIME_IN_STATE_2_DIR)); in testReadCpuInfoWithTimeInState()143 cpuInfoReader.setProcStatFile(getCacheFile(VALID_PROC_STAT_2)); in testReadCpuInfoWithTimeInState()196 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithoutTimeInState()197 getCacheFile(VALID_CPUFREQ_WITHOUT_TIME_IN_STATE_DIR), in testReadCpuInfoWithoutTimeInState()198 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithoutTimeInState()248 cpuInfoReader.setCpuFreqDir(getCacheFile(VALID_CPUFREQ_WITHOUT_TIME_IN_STATE_2_DIR)); in testReadCpuInfoWithoutTimeInState()249 cpuInfoReader.setProcStatFile(getCacheFile(VALID_PROC_STAT_2)); in testReadCpuInfoWithoutTimeInState()303 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(CORRUPTED_CPUSET_DIR), in testReadCpuInfoWithCorruptedCpuset()[all …]
334 public static CacheResult getCacheFile(String url, in getCacheFile() method in CacheManager
825 final File cacheFile = getCacheFile(cacheRingtoneSetting, userId); in openFile()842 private File getCacheFile(String setting, int userId) { in getCacheFile() method in SettingsProvider1991 File cacheFile = getCacheFile(name, callingUserId);