Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java703 final String deviceCacheDir; in fullBackupFile() local
731 deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in fullBackupFile()
758 || filePath.startsWith(deviceCacheDir) in fullBackupFile()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6702 final File deviceCacheDir = deviceContext.getCacheDir(); in setupGraphicsSupport() local
6703 if (codeCacheDir != null && deviceCacheDir != null) { in setupGraphicsSupport()
6708 HardwareRenderer.setupDiskCache(deviceCacheDir); in setupGraphicsSupport()