Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java93 getCacheFile(VALID_CPUFREQ_WITH_TIME_IN_STATE_DIR), getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithTimeInState()
198 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithoutTimeInState()
305 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithCorruptedCpuset()
343 getCacheFile(CORRUPTED_CPUFREQ_DIR), getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithCorruptedCpufreq()
385 File emptyDir = getCacheFile(EMPTY_DIR); in testReadCpuInfoWithEmptyCpuset()
399 File emptyDir = getCacheFile(EMPTY_DIR); in testReadCpuInfoWithEmptyCpufreq()
414 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithEmptyRelatedCpus()
438 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithEmptyCpusetCpus()
488 getCacheFile(VALID_PROC_STAT)); in testReadCpuInfoWithEmptyAffectedCpus()
514 getCacheFile(VALID_CPUFREQ_WITH_TIME_IN_STATE_DIR), getCacheFile(EMPTY_FILE), in testReadCpuInfoWithEmptyProcStat()
[all …]
/aosp14/frameworks/base/core/java/android/webkit/
H A DCacheManager.java334 public static CacheResult getCacheFile(String url, in getCacheFile() method in CacheManager
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java861 final File cacheFile = getCacheFile(cacheRingtoneSetting, userId); in openFile()
878 private File getCacheFile(String setting, int userId) { in getCacheFile() method in SettingsProvider
1986 File cacheFile = getCacheFile(name, callingUserId);